]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Team command name fix
authorz411 <z411@omaera.org>
Thu, 15 Oct 2020 05:56:32 +0000 (02:56 -0300)
committerz411 <z411@omaera.org>
Thu, 15 Oct 2020 05:56:32 +0000 (02:56 -0300)
qcsrc/server/command/vote.qc

index 8a05c1b95c17a800f0355c9a8eb12abbd44dc403..c24459762ae225f37d0084b0a0ea287ee55eca3c 100644 (file)
@@ -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;