fix saying /spec show you as chatting

This commit is contained in:
Edgar 2020-06-24 11:08:52 +02:00 committed by Dennis Felsing
parent f51a443998
commit 24a308c50c

View file

@ -566,6 +566,9 @@ void CPlayers::RenderPlayer(
else
RenderTools()->RenderTee(&State, &RenderInfo, Player.m_Emote, Direction, Position);
if(Spec)
return;
int QuadOffsetToEmoticon = NUM_WEAPONS * 2 + 2 + 2;
if(Player.m_PlayerFlags&PLAYERFLAG_CHATTING)
{