Merge pull request #4004 from Citadel-Station-13/upstream-merge-32812

[MIRROR] Fixes setup failure edge case
This commit is contained in:
deathride58
2017-11-19 04:26:49 +00:00
committed by GitHub
+1
View File
@@ -193,6 +193,7 @@ SUBSYSTEM_DEF(ticker)
if(!setup())
//setup failed
current_state = GAME_STATE_STARTUP
start_at = world.time + (CONFIG_GET(number/lobby_countdown) * 10)
Master.SetRunLevel(RUNLEVEL_LOBBY)
if(GAME_STATE_PLAYING)