mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Make settings API getNames() function sort names.
Makes it easier for eye and keeps settings from same program next to eachother.
This commit is contained in:
		| @@ -56,6 +56,7 @@ function getNames() | |||||||
|     for k,v in pairs( tSettings ) do |     for k,v in pairs( tSettings ) do | ||||||
|         result[ #result + 1 ] = k |         result[ #result + 1 ] = k | ||||||
|     end |     end | ||||||
|  |     table.sort(result) | ||||||
|     return result |     return result | ||||||
| end | end | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wojbie
					Wojbie