Merge pull request #6160 from Citadel-Station-13/upstream-merge-36703

[MIRROR] Restarting the controller no longer resets the config
This commit is contained in:
LetterJay
2018-03-31 06:19:35 -05:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,8 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
var/static/current_ticklimit = TICK_LIMIT_RUNNING
/datum/controller/master/New()
config = new
if(!config)
config = new
// Highlander-style: there can only be one! Kill off the old and replace it with the new.
if(!random_seed)