Update ticker.dm

shhhh
This commit is contained in:
SandPoot
2021-10-13 19:12:23 -03:00
committed by GitHub
parent 39a7449625
commit bdd0cee2eb

View File

@@ -185,7 +185,7 @@ SUBSYSTEM_DEF(ticker)
var/forcemode = CONFIG_GET(string/force_gamemode)
if(forcemode)
force_gamemode(forcemode)
if(!forcemode || (GLOB.master_mode == "dynamic" && CONFIG_GET(flag/dynamic_voting))
if(!forcemode || (GLOB.master_mode == "dynamic" && CONFIG_GET(flag/dynamic_voting)))
send_gamemode_vote()
//countdown
if(timeLeft < 0)