Merge pull request #3506 from heinrich5991/pr_ddnet_moreprotocolex

Send the NETMSG_ITIS/NETMSG_IDONTKNOW from the correct connection
This commit is contained in:
Dennis Felsing 2021-01-15 15:03:43 +01:00 committed by GitHub
commit c0cbef731b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)