Skip to content

Commit

Permalink
Revert "Fix 0.7 clients being dropped"
Browse files Browse the repository at this point in the history
This reverts commit e1b0978.
  • Loading branch information
def- committed Sep 22, 2024
1 parent ec768b2 commit 804d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 804d85c

Please sign in to comment.