ctf_match: Increase skip vote's required majority ratio to 0.6 (#500)

This commit is contained in:
ANAND 2019-11-13 14:21:01 +05:30 committed by GitHub
parent 720f29adc6
commit 30ff0b9eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ function ctf_match.vote_next(name, params)
description = "Skip to next match",
help = "/yes, /no or /abstain",
duration = 60,
perc_needed = 0.5,
perc_needed = 0.6,
unanimous = 5,
on_result = function(self, result, results)