diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 3f419e92c8..18354893fb 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -194,6 +194,7 @@ SUBSYSTEM_DEF(ticker) //setup failed current_state = GAME_STATE_STARTUP start_at = world.time + (CONFIG_GET(number/lobby_countdown) * 10) + timeLeft = null Master.SetRunLevel(RUNLEVEL_LOBBY) if(GAME_STATE_PLAYING)