mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix nameplates with antiping (fixes #943)
This commit is contained in:
parent
2ebc993379
commit
484325f493
|
@ -904,7 +904,7 @@ void CPlayers::RenderPlayer(
|
|||
float FontSize = 18.0f + 20.0f * g_Config.m_ClNameplatesSize / 100.0f;
|
||||
float FontSizeClan = 18.0f + 20.0f * g_Config.m_ClNameplatesClanSize / 100.0f;
|
||||
// render name plate
|
||||
if(Local)
|
||||
if(!Local)
|
||||
{
|
||||
float a = 1;
|
||||
if(g_Config.m_ClNameplatesAlways == 0)
|
||||
|
|
Loading…
Reference in a new issue