diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 2141e511a..536d8231f 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -1660,7 +1660,7 @@ void CClient::Update() Disconnect(); } } - else if(State() != IClient::STATE_OFFLINE && m_RecivedSnapshots >= 3) + else if(State() == IClient::STATE_ONLINE && m_RecivedSnapshots >= 3) { // switch snapshot int Repredict = 0;