]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
warn the user about alias name length
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 23 Aug 2017 03:29:13 +0000 (05:29 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 24 Aug 2017 00:27:53 +0000 (02:27 +0200)
defaultServer.cfg

index 3f746db7e0bd5743a3b52db3ca5630ba014477c5..7b619391c0590ea2f5ba6985d8a41b2acc1352e3 100644 (file)
@@ -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"