mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #8031 from dobrykafe/pr-emotional-tees
fix incorrect usage of `SvEmotionalTees`
This commit is contained in:
commit
be9411b262
|
@ -2683,7 +2683,7 @@ void CGameContext::OnEmoticonNetMessage(const CNetMsg_Cl_Emoticon *pMsg, int Cli
|
|||
SendEmoticon(ClientID, pMsg->m_Emoticon, -1);
|
||||
}
|
||||
|
||||
if(g_Config.m_SvEmotionalTees && pPlayer->m_EyeEmoteEnabled)
|
||||
if(g_Config.m_SvEmotionalTees == 1 && pPlayer->m_EyeEmoteEnabled)
|
||||
{
|
||||
int EmoteType = EMOTE_NORMAL;
|
||||
switch(pMsg->m_Emoticon)
|
||||
|
|
Loading…
Reference in a new issue