mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Send the NETMSG_ITIS/NETMSG_IDONTKNOW from the correct connection
Noticed after #3505, thanks @fokkonaut.
This commit is contained in:
parent
bf1707274f
commit
802a5439c2
|
@ -2122,7 +2122,7 @@ void CClient::ProcessServerPacketDummy(CNetChunk *pPacket)
|
|||
}
|
||||
else if(Result == UNPACKMESSAGE_ANSWER)
|
||||
{
|
||||
SendMsg(&Packer, MSGFLAG_VITAL);
|
||||
SendMsgY(&Packer, MSGFLAG_VITAL, !g_Config.m_ClDummy);
|
||||
}
|
||||
|
||||
if(Sys)
|
||||
|
|
Loading…
Reference in a new issue