Fixes setup failure edge case (#32812)

This commit is contained in:
AnturK
2017-11-18 20:00:01 +01:00
committed by CitadelStationBot
parent c4eb49994f
commit e5edaa4656
+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)