Skip to content

Commit

Permalink
Disallowed replacing actual nick with strings from configs/text
Browse files Browse the repository at this point in the history
  • Loading branch information
v2v3v4 authored and Xottab-DUTY committed Apr 5, 2019
1 parent 9e71765 commit 587d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/engine/xrGame/ui/UICharacterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void CUICharacterInfo::InitCharacterMP( LPCSTR player_name, LPCSTR player_icon )

if ( m_icons[eName] )
{
m_icons[eName]->SetTextST( player_name );
m_icons[eName]->SetText( player_name );//v2v3v4 ÷òîáû íåëüçÿ áûëî èñêàòü ñòðîêó â configs\text\ äëÿ íèêà
m_icons[eName]->Show( true );
}

Expand Down

0 comments on commit 587d446

Please sign in to comment.