Config dir again except this time it works

This commit is contained in:
Jordan Brown
2018-01-21 12:32:29 -06:00
committed by CitadelStationBot
parent f692ffaa0c
commit 8dead1da6a
14 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// How much "space" we give the edge of the map
GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "config/awaymissionconfig.txt"))
GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "[global.config.directory]/awaymissionconfig.txt"))
/proc/createRandomZlevel()
if(GLOB.awaydestinations.len) //crude, but it saves another var!