]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable gametype voting by default (to be enabled only in the server config)
authorMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 19:29:30 +0000 (05:29 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 19:29:30 +0000 (05:29 +1000)
xonotic-server.cfg

index efba68a908c55b9c6451b08f62e2a83db9432f5f..7ad3ced27c0a8c4a82354ac67b92bb9f243f1364 100644 (file)
@@ -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