From: Mario Date: Thu, 3 May 2018 10:56:35 +0000 (+1000) Subject: Disable nodetail by default (allow map vote choices to be shown) X-Git-Tag: xonotic-v0.8.5~2151 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=42db2e93f6255730ad28cae63dd06ec81c215888;p=xonotic%2Fxonotic-data.pk3dir.git Disable nodetail by default (allow map vote choices to be shown) --- 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"