Restarting the controller no longer resets the config

This commit is contained in:
Jordan Brown
2018-03-24 20:14:05 -04:00
committed by CitadelStationBot
parent 77f40b6be9
commit 7980b080e3
+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)