Fix scoreboard in teamplay.

This commit is contained in:
Night Owl 2018-04-06 00:30:22 +05:00
parent 7b66e7aaa3
commit 63629e9545

View File

@ -245,7 +245,7 @@ void CHalfLifeTeamplay::InitHUD( CBasePlayer *pPlayer )
ChangePlayerTeam( pPlayer, pPlayer->m_szTeamName, FALSE, FALSE );
UTIL_SayText( text, pPlayer );
//int clientIndex = pPlayer->entindex();
RecountTeams();
RecountTeams( TRUE );
// update this player with all the other players team info
// loop through all active players and send their team info to the new client
/*for( i = 1; i <= gpGlobals->maxClients; i++ )