Update ticker.dm
shhhh
This commit is contained in:
@@ -185,7 +185,7 @@ SUBSYSTEM_DEF(ticker)
|
|||||||
var/forcemode = CONFIG_GET(string/force_gamemode)
|
var/forcemode = CONFIG_GET(string/force_gamemode)
|
||||||
if(forcemode)
|
if(forcemode)
|
||||||
force_gamemode(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()
|
send_gamemode_vote()
|
||||||
//countdown
|
//countdown
|
||||||
if(timeLeft < 0)
|
if(timeLeft < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user