Restarting the controller no longer resets the config
This commit is contained in:
committed by
CitadelStationBot
parent
77f40b6be9
commit
7980b080e3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user