[s]Exploit whack-a-mole

This commit is contained in:
CitadelStationBot
2017-04-25 01:31:50 -05:00
parent d0c28c0d51
commit 607868a5de
16 changed files with 66 additions and 36 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "config/away
/proc/generateMapList(filename)
var/list/potentialMaps = list()
var/list/Lines = file2list(filename)
var/list/Lines = world.file2list(filename)
if(!Lines.len)
return