From 396a421d09e701d6cf6bdad2354d39c06ce6bd2b Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sat, 10 Feb 2018 23:29:32 +0100 Subject: [PATCH] decrease vote timeout to make it possible to vote during map selection --- commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.cfg b/commands.cfg index 66ca90e2a..a9cdf1ca3 100644 --- a/commands.cfg +++ b/commands.cfg @@ -317,7 +317,7 @@ set sv_vote_master_password "" "when set, users can use \"vlogin PASSWORD\" to l set sv_vote_master_playerlimit 2 "Minimum number of players needed for a player to be allowed to vote for master" set sv_vote_no_stops_vote 1 "Allow the vote caller to stop his own vote simply by voting no" set sv_vote_singlecount 0 "set to 1 to count votes once after timeout or to 0 to count with every vote" -set sv_vote_timeout 30 "a vote will timeout after this many seconds" +set sv_vote_timeout 24 "a vote will timeout after this many seconds" set sv_vote_wait 120 "a player can not call a vote again for this many seconds when his vote was not accepted" set sv_vote_stop 15 "a player can not call a vote again for this many seconds when he stopped this vote (e.g. to correct it)" set sv_vote_majority_factor 0.5 "What percentage of the PLAYERS constitute a majority? (Must be at least 0.5, recommended: 0.5)" -- 2.39.2