diff options
Diffstat (limited to 'source/game/StarNetPacketSocket.cpp')
-rw-r--r-- | source/game/StarNetPacketSocket.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/game/StarNetPacketSocket.cpp b/source/game/StarNetPacketSocket.cpp index e1feb1a..7a0724b 100644 --- a/source/game/StarNetPacketSocket.cpp +++ b/source/game/StarNetPacketSocket.cpp @@ -41,9 +41,6 @@ void PacketStatCollector::calculate() { m_lastMixTime = currentTime; m_stats.worstPacketSize = 0; - if (abs(elapsedTime) - m_calculationWindow < 0.0125f) - elapsedTime = m_calculationWindow; - for (auto& pair : m_unmixed) { if (pair.second > m_stats.worstPacketSize) { m_stats.worstPacketType = pair.first; |