From 42db2e93f6255730ad28cae63dd06ec81c215888 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 3 May 2018 20:56:35 +1000 Subject: [PATCH] Disable nodetail by default (allow map vote choices to be shown) --- xonotic-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index a6ecd64dc..49ba47fa3 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -339,7 +339,7 @@ set g_maplist_votable_keeptwotime 15 "show only 2 options after this amount of t set g_maplist_votable_timeout 30 "timeout for the map voting; must be below 50 seconds!" set g_maplist_votable_suggestions 2 set g_maplist_votable_suggestions_override_mostrecent 0 -set g_maplist_votable_nodetail 1 "nodetail only shows total count instead of all vote counts per map, so votes don't influence others that much" +set g_maplist_votable_nodetail 0 "nodetail only shows total count instead of all vote counts per map, so votes don't influence others that much" 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" -- 2.39.2