removed misplaced space in tf_clientscoreboard

This commit is contained in:
gidi30 2025-03-02 19:12:23 +01:00 committed by GitHub
parent 2ea4d08c3d
commit a308b23fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,7 +269,7 @@ void CTFClientScoreBoardDialog::UpdatePlayerModel()
if ( pPlayer->GetPlayerClass()->HasCustomModel() )
{
const char* pCustomModel = pPlayer->GetPlayerClass()->GetModelName();
m_pPlayerModelPanel->SetToPlayerClass ( nClass, false, pCustomModel );
m_pPlayerModelPanel->SetToPlayerClass( nClass, false, pCustomModel );
}
else
{