From 01ff3b538bbf009cbc044338667f31dabb17b416 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 23 Aug 2017 05:29:13 +0200 Subject: [PATCH] warn the user about alias name length --- defaultServer.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2