diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 24051f605..2d3bbd87e 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1258,7 +1258,6 @@ void cClientHandle::Tick(float a_Dt) cPacket_KeepAlive Ping(m_PingID); m_PingStartTime = t1.GetNowTime(); Send(Ping); - m_Ping = 1000; // default if it's > 1 second or they're timed out m_LastPingTime = m_PingStartTime; }