mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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
|
var/path = root
|
||||||
|
|
||||||
for(var/i=0, i<max_iterations, i++)
|
for(var/i=0, i<max_iterations, i++)
|
||||||
var/list/choices = flist(path)
|
var/list/choices = sortList(flist(path))
|
||||||
if(path != root)
|
if(path != root)
|
||||||
choices.Insert(1,"/")
|
choices.Insert(1,"/")
|
||||||
|
|
||||||
@@ -57,4 +57,4 @@
|
|||||||
return 1
|
return 1
|
||||||
fileaccess_timer = world.time + FTPDELAY
|
fileaccess_timer = world.time + FTPDELAY
|
||||||
return 0
|
return 0
|
||||||
#undef FTPDELAY
|
#undef FTPDELAY
|
||||||
|
|||||||
Reference in New Issue
Block a user