Fix 0.7 clients being dropped

This commit is contained in:
ChillerDragon 2024-09-22 14:47:09 +08:00
parent be74009fbf
commit e1b09787ae

View file

@ -1525,7 +1525,7 @@ void CServer::ProcessClientPacket(CNetChunk *pPacket)
return;
}
if(!m_aClients[ClientId].m_GotDDNetVersionPacket)
if(!m_aClients[ClientId].m_GotDDNetVersionPacket && !IsSixup(ClientId))
{
DropOldClient(ClientId);
return;