Fix nameplates with antiping (fixes #943)

This commit is contained in:
def 2018-01-12 19:24:44 +01:00
parent 2ebc993379
commit 484325f493

View file

@ -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)