From: Martin Taibr Date: Wed, 23 Aug 2017 03:29:13 +0000 (+0200) Subject: warn the user about alias name length X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=01ff3b538bbf009cbc044338667f31dabb17b416;p=xonotic%2Fxonotic-data.pk3dir.git warn the user about alias name length --- diff --git a/defaultServer.cfg b/defaultServer.cfg index 3f746db7e..7b619391c 100644 --- a/defaultServer.cfg +++ b/defaultServer.cfg @@ -343,7 +343,7 @@ set g_maplist_votable_screenshot_dir "maps levelshots" "where to look for map sc 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 ctf ca lms tdm ft" +set sv_vote_gametype_options "dm ctf ca lms tdm ft" "Keep the identifiers short, otherwise you'll run into issues with too long alias names when using sv_vote_gametype_hook_*" set sv_vote_gametype_timeout 20 set sv_vote_gametype_default_current 1 "Keep the current gametype if no one votes"