Not too many messages

This commit is contained in:
def 2017-07-30 14:15:45 +02:00
parent 3eb079bd64
commit c12082c2ef

View file

@ -114,6 +114,8 @@ void CGameTeams::OnCharacterStart(int ClientID)
}
}
if (g_Config.m_SvTeam < 3 && g_Config.m_SvTeamMaxSize != 2 && g_Config.m_SvPauseable)
{
for (int i = 0; i < MAX_CLIENTS; ++i)
{
CPlayer* pPlayer = GetPlayer(i);
@ -124,6 +126,7 @@ void CGameTeams::OnCharacterStart(int ClientID)
}
}
}
}
}
void CGameTeams::OnCharacterFinish(int ClientID)