Exploit whack-a-mole

This commit is contained in:
Cyberboss
2017-04-23 21:16:10 -04:00
parent 61b93ce182
commit 7ddea10cd7
15 changed files with 39 additions and 39 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