mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix saying /spec show you as chatting
This commit is contained in:
parent
f51a443998
commit
24a308c50c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue