]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo.
authorLyberta <lyberta@lyberta.net>
Mon, 9 Apr 2018 01:13:37 +0000 (04:13 +0300)
committerLyberta <lyberta@lyberta.net>
Mon, 9 Apr 2018 01:13:37 +0000 (04:13 +0300)
qcsrc/server/mutators/events.qh
qcsrc/server/teamplay.qc

index 9b329e91841bc758ae9d14e287bc3712896e6ed5..9fbedfac4c18e6f171adcc82a577dff140620040 100644 (file)
@@ -164,7 +164,7 @@ MUTATOR_HOOKABLE(TeamBalance_GetTeamCount, EV_TeamBalance_GetTeamCount);
     /**/
 MUTATOR_HOOKABLE(TeamBalance_FindBestTeams, EV_TeamBalance_FindBestTeams);
 
-/** Called during autobalance. Return true to override the player that will
+/** Called during autobalance. Return true to override the player that will be
 switched. */
 #define EV_TeamBalance_GetPlayerForTeamSwitch(i, o) \
     /** source team index      */ i(int, MUTATOR_ARGV_0_int) \
index 1e91d72c3fdb998018ebaeaf604f17373f0755ba..6db3916877347d81a9060a25ed67e15aa0f76429 100644 (file)
@@ -950,7 +950,6 @@ void SV_ChangeTeam(entity this, float _color)
        if (!SetPlayerTeam(this, destination_team_index, source_team_index,
                !IS_CLIENT(this)))
        {
-               
                return;
        }
        TeamBalance_AutoBalanceBots(destination_team_index, source_team_index);