]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
warn about max alias name length
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 2 Jul 2018 00:30:06 +0000 (02:30 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 2 Jul 2018 00:30:06 +0000 (02:30 +0200)
xonotic-server.cfg

index 5e508c16bf7d2d6f6334b0611831b7ed05ac28ea..21a94e340f1f643d06b4b86c9fbe3c504679a8cb 100644 (file)
@@ -345,7 +345,7 @@ set g_maplist_votable_screenshot_dir "maps levelshots"      "where to look for map sc
 
 set sv_vote_gametype 1 "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 tdm ctf"
+set sv_vote_gametype_options "dm tdm ctf" "Keep the identifiers short, otherwise you'll run into issues with too long alias names (max is 31 characters) 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"