Fixed for formatting check

This commit is contained in:
Kyle Bradley 2021-03-01 00:47:22 +02:00
parent 894885eef0
commit 44bd43f38b

View file

@ -833,7 +833,7 @@ void CGameTeams::ResetInvited(int Team)
void CGameTeams::IncreaseTeamTime(int Team, int Time)
{
for (int i = 0; i < MAX_CLIENTS; i++)
for(int i = 0; i < MAX_CLIENTS; i++)
{
if(m_Core.Team(i) == Team && GameServer()->m_apPlayers[i])
{