This commit is contained in:
Putnam
2020-01-08 03:55:23 -08:00
parent 70a1a0a9c1
commit fdce8e2b69

View File

@@ -221,7 +221,7 @@ SUBSYSTEM_DEF(ticker)
var/init_start = world.timeofday var/init_start = world.timeofday
//Create and announce mode //Create and announce mode
var/list/datum/game_mode/runnable_modes var/list/datum/game_mode/runnable_modes
if(SSvote.mode && (SSvote.mode == "roundtype" || SSvote.mode == "dynamic" || SSvote.mode == "modetiers")) if(SSvote.mode && (SSvote.mode == "roundtype" || SSvote.mode == "dynamic" || SSvote.mode == "mode tiers"))
SSvote.result() SSvote.result()
SSpersistence.SaveSavedVotes() SSpersistence.SaveSavedVotes()
for(var/client/C in SSvote.voting) for(var/client/C in SSvote.voting)