keep support for map fastdl

This commit is contained in:
east 2015-09-01 17:55:12 +02:00
parent 7720d6bbf2
commit 5dd2169bb0

View file

@ -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();