Send the NETMSG_ITIS/NETMSG_IDONTKNOW from the correct connection

Noticed after #3505, thanks @fokkonaut.
This commit is contained in:
heinrich5991 2021-01-13 17:15:24 +01:00
parent bf1707274f
commit 802a5439c2

View file

@ -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)