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:
kevinz000
2020-02-12 21:01:07 -07:00
committed by GitHub

View File

@@ -488,7 +488,7 @@ SUBSYSTEM_DEF(ticker)
if("SCORE")
SSvote.initiate_vote("map","server",hideresults=TRUE,votesystem = MAJORITY_JUDGEMENT_VOTING)
// 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()
return current_state >= GAME_STATE_PLAYING