diff --git a/code/controllers/subsystem/SSticker.dm b/code/controllers/subsystem/SSticker.dm index ddf2ed88db9..d1a2347f5ff 100644 --- a/code/controllers/subsystem/SSticker.dm +++ b/code/controllers/subsystem/SSticker.dm @@ -350,7 +350,8 @@ SUBSYSTEM_DEF(ticker) if(N.client) N.new_player_panel_proc() - SSnightshift.check_nightshift(TRUE) + if(GLOB.configuration.general.enable_night_shifts) + SSnightshift.check_nightshift(TRUE) #ifdef UNIT_TESTS // Run map tests first in case unit tests futz with map state