ctf_match: Increase skip vote's required majority ratio to 0.6 (#500)
This commit is contained in:
parent
720f29adc6
commit
30ff0b9eb2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function ctf_match.vote_next(name, params)
|
||||||
description = "Skip to next match",
|
description = "Skip to next match",
|
||||||
help = "/yes, /no or /abstain",
|
help = "/yes, /no or /abstain",
|
||||||
duration = 60,
|
duration = 60,
|
||||||
perc_needed = 0.5,
|
perc_needed = 0.6,
|
||||||
unanimous = 5,
|
unanimous = 5,
|
||||||
|
|
||||||
on_result = function(self, result, results)
|
on_result = function(self, result, results)
|
||||||
|
|
Loading…
Reference in a new issue