mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove useless variable
This commit is contained in:
parent
e03071e146
commit
e21d6e8574
|
@ -442,8 +442,6 @@ int CNetServer::Recv(CNetChunk *pChunk)
|
|||
continue;
|
||||
}
|
||||
|
||||
bool Found = false;
|
||||
|
||||
if(CNetBase::UnpackPacket(m_RecvUnpacker.m_aBuffer, Bytes, &m_RecvUnpacker.m_Data) == 0)
|
||||
{
|
||||
if(m_RecvUnpacker.m_Data.m_Flags&NET_PACKETFLAG_CONNLESS)
|
||||
|
|
Loading…
Reference in a new issue