From 6cdca20e4daca6ea28aed2633e801da84db0b960 Mon Sep 17 00:00:00 2001 From: def Date: Sat, 10 May 2014 20:58:29 +0200 Subject: [PATCH] Fix last --- src/engine/client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index bf19bc704..02e53df86 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -696,7 +696,7 @@ void CClient::DummyConnect() if(m_LastDummyConnectTime > GameTick()) return; - if(m_NetClient[0].State() != NET_CONNSTATE_ONLINE) + if(m_NetClient[0].State() != NET_CONNSTATE_ONLINE && m_NetClient[0].State() != NET_CONNSTATE_PENDING) return; char aBuf[512];