mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Server log files are now sorted when using .getruntimelog or .getserverlog
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
var/path = root
|
||||
|
||||
for(var/i=0, i<max_iterations, i++)
|
||||
var/list/choices = flist(path)
|
||||
var/list/choices = sortList(flist(path))
|
||||
if(path != root)
|
||||
choices.Insert(1,"/")
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
return 1
|
||||
fileaccess_timer = world.time + FTPDELAY
|
||||
return 0
|
||||
#undef FTPDELAY
|
||||
#undef FTPDELAY
|
||||
|
||||
Reference in New Issue
Block a user