mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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,"/")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user