From 636c259fb79c43bb60510f2cb4ea0b0c0708d4c5 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sun, 1 Jul 2018 06:03:56 +0200 Subject: [PATCH] warn about max alias length --- xonotic-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 5e508c16b..eb27c1b28 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -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) 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" -- 2.39.2