mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix recvmmsg again...
This commit is contained in:
parent
aeb7ea2971
commit
444bd93437
|
@ -74,7 +74,7 @@ int CNetClient::Recv(CNetChunk *pChunk)
|
|||
break;
|
||||
|
||||
bool Sixup = false;
|
||||
if(CNetBase::UnpackPacket(m_RecvUnpacker.m_aBuffer, Bytes, &m_RecvUnpacker.m_Data, Sixup) == 0)
|
||||
if(CNetBase::UnpackPacket(pData, Bytes, &m_RecvUnpacker.m_Data, Sixup) == 0)
|
||||
{
|
||||
if(m_RecvUnpacker.m_Data.m_Flags&NET_PACKETFLAG_CONNLESS)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue