From: Mario Date: Wed, 15 Jan 2020 09:10:11 +0000 (+1000) Subject: Fix g_maplist_votable_abstain description X-Git-Tag: xonotic-v0.8.5~1105^2~2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=6cd35eb13ddab98047b1a6d4b3402ebade21731a Fix g_maplist_votable_abstain description --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index bb4954bcf1..c7f12c46f6 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -345,7 +345,7 @@ set g_maplist_votable_timeout 30 "timeout for the map voting; must be below 50 s set g_maplist_votable_suggestions 2 "number of maps a player is allowed to suggest for the map voting screen using 'suggestmap'" set g_maplist_votable_suggestions_override_mostrecent 0 "allow players to suggest maps that have been played recently" set g_maplist_votable_nodetail 0 "hide per-map vote counts (to avoid influential first votes)" -set g_maplist_votable_abstain 0 "offer a "\don't care\" option on the voting screen" +set g_maplist_votable_abstain 0 "offer a \"don't care\" option on the voting screen" set g_maplist_votable_screenshot_dir "maps levelshots" "where to look for map screenshots" set sv_vote_gametype 0 "show a vote screen for gametypes before map vote screen"