There was an error while loading. Please reload this page.
1 parent b743119 commit d1c0551Copy full SHA for d1c0551
1 file changed
src/engine/shared/network_conn.cpp
@@ -21,11 +21,12 @@ void CNetConnection::Reset(bool Rejoin)
21
m_Sequence = 0;
22
m_Ack = 0;
23
m_RemoteClosed = 0;
24
- m_TimeoutProtected = false;
25
- m_TimeoutSituation = false;
26
27
if (!Rejoin)
28
{
+ m_TimeoutProtected = false;
+ m_TimeoutSituation = false;
29
+
30
m_State = NET_CONNSTATE_OFFLINE;
31
m_Token = -1;
32
m_SecurityToken = NET_SECURITY_TOKEN_UNKNOWN;
0 commit comments