From dbd71cd32c221155e1ef0e063a577035c963d3d0 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 13 Feb 2020 20:04:41 +0100 Subject: [PATCH] remove chmap from default votes (duplicate of gotomap) --- commands.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/commands.cfg b/commands.cfg index 5a5667c8c..a529f4f98 100644 --- a/commands.cfg +++ b/commands.cfg @@ -297,7 +297,6 @@ set _isspace "$_isblank" // if cvar is not set there will be a warning set sv_vote_command_restriction_restart "0" set sv_vote_command_restriction_fraglimit "1;$_isdigit" -set sv_vote_command_restriction_chmap "1;$_isgraph" set sv_vote_command_restriction_gotomap "1;$_isgraph" set sv_vote_command_restriction_nextmap "1;$_isgraph" set sv_vote_command_restriction_endmatch "0" @@ -324,7 +323,7 @@ set sv_vote_command_help_gotomap "\nUsage:^3 vcall gotomap mapname\n^7 Where 'm // ================================= set sv_vote_call 1 "Allow users to call a vote for the commands in sv_vote_commands" set sv_vote_change 1 "Allow voters to change their mind after already voting" -set sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots" "these commands can be voted by players or used directly by masters (vdo) in addition to sv_vote_master_commands" +set sv_vote_commands "restart fraglimit gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots" "these commands can be voted by players or used directly by masters (vdo) in addition to sv_vote_master_commands" set sv_vote_only_commands "" set sv_vote_limit 160 "Maximum allowed length of a vote command" set sv_vote_master_commands "movetored movetoblue movetoyellow movetopink movetospec" "Extra commands which vote masters can execute by themselves, along with the normal sv_vote_commands." // maybe add kickban here (but then sv_vote_master 0) @@ -374,4 +373,4 @@ alias vext "vcall extendmatchtime" // rcon server commands // ====================== rcon_secure 1 -set rcon_restricted_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots movetored movetoblue movetoyellow movetopink movetospec kickban \"sv_cmd bans\" \"sv_cmd unban *\" status \"sv_cmd teamstatus\"" +set rcon_restricted_commands "restart fraglimit gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots movetored movetoblue movetoyellow movetopink movetospec kickban \"sv_cmd bans\" \"sv_cmd unban *\" status \"sv_cmd teamstatus\"" -- 2.39.2