No more fake packet loss

This commit is contained in:
stiffly
2015-12-17 14:22:31 +01:00
parent 50822d09fc
commit 0f0a1ceca7
+1 -1
View File
@@ -141,7 +141,7 @@ void Client::ParseMessageType(Package& package)
// Read packet ID
m_PreviousPacketID = m_PacketID; // Set previous packet id
m_PacketID = package.PopFrontPrimitive<int>(); //Read new packet id
IdentifyPacketLoss();
//IdentifyPacketLoss();
switch (static_cast<MessageType>(messageType)) {
case MessageType::Connect: