From 0ca153ea3476ee60e091f9b3ba2ac5c97b509e00 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 10 Sep 2018 05:29:30 +1000 Subject: [PATCH] Disable gametype voting by default (to be enabled only in the server config) --- xonotic-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2