mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Fixed for formatting check
This commit is contained in:
parent
894885eef0
commit
44bd43f38b
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue