mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 19:20:29 +00:00
Don't sort startup files
fs.list is already sorted, making this unnecessary.
This commit is contained in:
parent
962e419098
commit
8acf43256c
@ -246,7 +246,6 @@ if settings.get( "shell.allow_disk_startup" ) then
|
||||
end
|
||||
end
|
||||
if type( tUserStartups ) == "table" then
|
||||
table.sort( tUserStartups )
|
||||
for _,v in pairs( tUserStartups ) do
|
||||
shell.run( v )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user