diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 8e049403cc7..a43aa54188c 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -45,6 +45,7 @@ var/global/datum/controller/gameticker/ticker current_state = GAME_STATE_PREGAME world << "Unable to choose playable game mode. Reverting to pre-game lobby." return 0 + ResetOccupations()//Ok this is not the best, but should work as a quickfix src.mode = pickweight(runnable_modes) else src.mode = config.pick_mode(master_mode)