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