Server log files are now sorted when using .getruntimelog or .getserverlog

This commit is contained in:
Ccomp5950
2014-02-28 22:37:36 -06:00
parent 103c189ea1
commit 051e2f0ce3

View File

@@ -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