]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable nodetail by default (allow map vote choices to be shown)
authorMario <mario@smbclan.net>
Thu, 3 May 2018 10:56:35 +0000 (20:56 +1000)
committerMario <mario@smbclan.net>
Thu, 3 May 2018 10:56:52 +0000 (20:56 +1000)
xonotic-server.cfg

index a6ecd64dca1afc17c763e14f4a02d9e70c4f49ff..49ba47fa39e2dfbfb4a0d24c8e22451885c05f36 100644 (file)
@@ -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"