Merge pull request #11029 from Putnam3145/fix-that-dumb
Made the fallback if config is incorrect for map voting plurality (default)
This commit is contained in:
@@ -488,7 +488,7 @@ SUBSYSTEM_DEF(ticker)
|
|||||||
if("SCORE")
|
if("SCORE")
|
||||||
SSvote.initiate_vote("map","server",hideresults=TRUE,votesystem = MAJORITY_JUDGEMENT_VOTING)
|
SSvote.initiate_vote("map","server",hideresults=TRUE,votesystem = MAJORITY_JUDGEMENT_VOTING)
|
||||||
// fallback
|
// fallback
|
||||||
SSvote.initiate_vote("map","server",hideresults=TRUE,votesystem = MAJORITY_JUDGEMENT_VOTING)
|
SSvote.initiate_vote("map","server",hideresults=TRUE)
|
||||||
|
|
||||||
/datum/controller/subsystem/ticker/proc/HasRoundStarted()
|
/datum/controller/subsystem/ticker/proc/HasRoundStarted()
|
||||||
return current_state >= GAME_STATE_PLAYING
|
return current_state >= GAME_STATE_PLAYING
|
||||||
|
|||||||
Reference in New Issue
Block a user