mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 19:12:51 +00:00
removed misplaced space in tf_clientscoreboard
This commit is contained in:
parent
2ea4d08c3d
commit
a308b23fc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue