From: Mario Date: Sun, 9 Sep 2018 19:29:30 +0000 (+1000) Subject: Disable gametype voting by default (to be enabled only in the server config) X-Git-Tag: xonotic-v0.8.5~1886 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=0ca153ea3476ee60e091f9b3ba2ac5c97b509e00;p=xonotic%2Fxonotic-data.pk3dir.git Disable gametype voting by default (to be enabled only in the server config) --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index efba68a90..7ad3ced27 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -341,7 +341,7 @@ set g_maplist_votable_nodetail 0 "nodetail only shows total count instead of all set g_maplist_votable_abstain 0 "when 1, you can abstain from your vote" set g_maplist_votable_screenshot_dir "maps levelshots" "where to look for map screenshots" -set sv_vote_gametype 1 "show a vote screen for gametypes before map vote screen" +set sv_vote_gametype 0 "show a vote screen for gametypes before map vote screen" set sv_vote_gametype_keeptwotime 10 "show only 2 options after this amount of time during gametype vote screen" set sv_vote_gametype_options "dm tdm ctf" "Keep the identifiers short, otherwise you'll run into issues with too long alias names (max is 31 characters) when using sv_vote_gametype_hook_*" set sv_vote_gametype_timeout 20