uhh?
This commit is contained in:
@@ -477,7 +477,8 @@ SUBSYSTEM_DEF(ticker)
|
|||||||
if(CONFIG_GET(flag/tgstyle_maprotation))
|
if(CONFIG_GET(flag/tgstyle_maprotation))
|
||||||
INVOKE_ASYNC(SSmapping, /datum/controller/subsystem/mapping/.proc/maprotate)
|
INVOKE_ASYNC(SSmapping, /datum/controller/subsystem/mapping/.proc/maprotate)
|
||||||
else
|
else
|
||||||
switch(CONFIG_GET(string/map_vote_type))
|
var/vote_type = CONFIG_GET(string/map_vote_type)
|
||||||
|
switch(vote_type)
|
||||||
if("PLURALITY")
|
if("PLURALITY")
|
||||||
SSvote.initiate_vote("map","server",hideresults=TRUE)
|
SSvote.initiate_vote("map","server",hideresults=TRUE)
|
||||||
if("APPROVAL")
|
if("APPROVAL")
|
||||||
|
|||||||
Reference in New Issue
Block a user