From f496ebccbfb02b6f6a35452a3fbbfda157d490cd Mon Sep 17 00:00:00 2001 From: z411 Date: Thu, 15 Oct 2020 02:56:32 -0300 Subject: [PATCH] Team command name fix --- qcsrc/server/command/vote.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 8a05c1b95..c24459762 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -734,7 +734,7 @@ int VoteCommand_parse(entity caller, string vote_command, string vote_list, floa } // z411 team calls - case "team_name": + case "teamname": { if (teamplay && Team_IsValidTeam(caller.team)) { vote_target_type = VOTE_TARGET_TEAM; -- 2.39.2