mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Fixes away mission not loading from config [MDB IGNORE] (#9930)
* Fixes away mission not loading from config (#63267) generateMapList started auto filling the config directory ever since the security PR. fix: Fixed away missions not loading when the config was enabled. * Fixes away mission not loading from config Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// How much "space" we give the edge of the map
|
||||
GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "[global.config.directory]/awaymissionconfig.txt"))
|
||||
GLOBAL_LIST_INIT(potentialRandomZlevels, generateMapList(filename = "awaymissionconfig.txt"))
|
||||
GLOBAL_LIST_INIT(potentialConfigRandomZlevels, generateConfigMapList(directory = "[global.config.directory]/away_missions/"))
|
||||
|
||||
/proc/createRandomZlevel(config_gateway = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user