This commit is contained in:
Putnam
2020-02-07 20:37:22 -08:00
parent 84a9f2f058
commit c45dab8ebd

View File

@@ -477,7 +477,8 @@ SUBSYSTEM_DEF(ticker)
if(CONFIG_GET(flag/tgstyle_maprotation))
INVOKE_ASYNC(SSmapping, /datum/controller/subsystem/mapping/.proc/maprotate)
else
switch(CONFIG_GET(string/map_vote_type))
var/vote_type = CONFIG_GET(string/map_vote_type)
switch(vote_type)
if("PLURALITY")
SSvote.initiate_vote("map","server",hideresults=TRUE)
if("APPROVAL")