From ca22600b4f340ce34363f102f4e3692af17cc7b2 Mon Sep 17 00:00:00 2001 From: def Date: Thu, 2 Jan 2014 02:54:57 +0100 Subject: [PATCH] Next try --- src/game/server/teams.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/game/server/teams.cpp b/src/game/server/teams.cpp index 1ab069a94..a561c2ecc 100644 --- a/src/game/server/teams.cpp +++ b/src/game/server/teams.cpp @@ -193,12 +193,12 @@ void CGameTeams::SetForceCharacterTeam(int ClientID, int Team) if (Team != TEAM_SUPER && m_TeamState[Team] == TEAMSTATE_EMPTY) ChangeTeamState(Team, TEAMSTATE_OPEN); - for (int LoopClientID = 0; LoopClientID < MAX_CLIENTS; ++LoopClientID) - { - if (GetPlayer(LoopClientID) - && GetPlayer(LoopClientID)->m_IsUsingDDRaceClient) - SendTeamsState(LoopClientID); - } + //for (int LoopClientID = 0; LoopClientID < MAX_CLIENTS; ++LoopClientID) + //{ + // if (GetPlayer(LoopClientID) + // && GetPlayer(LoopClientID)->m_IsUsingDDRaceClient) + // SendTeamsState(LoopClientID); + //} } int CGameTeams::Count(int Team) const