mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
keep support for map fastdl
This commit is contained in:
parent
7720d6bbf2
commit
5dd2169bb0
|
@ -1563,7 +1563,7 @@ void CClient::ProcessServerPacket(CNetChunk *pPacket)
|
|||
}
|
||||
}
|
||||
}
|
||||
else if((pPacket->m_Flags&NET_CHUNKFLAG_VITAL) != 0 && Msg == NETMSG_MAP_DATA)
|
||||
else if(Msg == NETMSG_MAP_DATA)
|
||||
{
|
||||
int Last = Unpacker.GetInt();
|
||||
int MapCRC = Unpacker.GetInt();
|
||||
|
|
Loading…
Reference in a new issue