mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix recvmmsg issue
This commit is contained in:
parent
03070d0567
commit
f9cc634683
|
@ -673,7 +673,7 @@ int CNetServer::Recv(CNetChunk *pChunk)
|
|||
|| (Slot != -1 && m_aSlots[Slot].m_Connection.m_Sixup))
|
||||
{
|
||||
Sixup = true;
|
||||
if(CNetBase::UnpackPacket(m_RecvUnpacker.m_aBuffer, Bytes, &m_RecvUnpacker.m_Data, &Token, Sixup))
|
||||
if(CNetBase::UnpackPacket(pData, Bytes, &m_RecvUnpacker.m_Data, &Token, Sixup))
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue