From 193879529c2596c7db3a5512d3bfefcbcd5661fa Mon Sep 17 00:00:00 2001 From: oranges Date: Thu, 7 Dec 2017 11:25:51 +1300 Subject: [PATCH] Merge pull request #33308 from tgstation/Cyberboss-patch-3 Fixes every config flag updating world.sleep_offline --- code/controllers/configuration/entries/config.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/configuration/entries/config.dm b/code/controllers/configuration/entries/config.dm index d7dc0ff84d..165f1a69ab 100644 --- a/code/controllers/configuration/entries/config.dm +++ b/code/controllers/configuration/entries/config.dm @@ -377,7 +377,7 @@ CONFIG_TWEAK(number/mc_tick_rate/ValidateAndSet(str_val)) CONFIG_DEF(flag/resume_after_initializations) -CONFIG_TWEAK(flag/ValidateAndSet(str_val)) +CONFIG_TWEAK(flag/resume_after_initializations/ValidateAndSet(str_val)) . = ..() if(. && Master.current_runlevel) world.sleep_offline = !value