mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
parent
ec768b2269
commit
804d85c7da
|
@ -1525,7 +1525,7 @@ void CServer::ProcessClientPacket(CNetChunk *pPacket)
|
|||
return;
|
||||
}
|
||||
|
||||
if(!m_aClients[ClientId].m_GotDDNetVersionPacket && !IsSixup(ClientId))
|
||||
if(!m_aClients[ClientId].m_GotDDNetVersionPacket)
|
||||
{
|
||||
DropOldClient(ClientId);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue