v0.2.2: updated Lidgren, railgun shells can be bought, autorestart server, netstats, tutorial moloch spawning in a wall fix, misc error checks
This commit is contained in:
@@ -42,6 +42,7 @@ namespace Lidgren.Network
|
||||
|
||||
if (relate < 0)
|
||||
{
|
||||
m_connection.m_statistics.MessageDropped();
|
||||
m_peer.LogVerbose("Received message #" + message.m_sequenceNumber + " DROPPING LATE or DUPE");
|
||||
return;
|
||||
}
|
||||
@@ -50,6 +51,7 @@ namespace Lidgren.Network
|
||||
if (relate > m_windowSize)
|
||||
{
|
||||
// too early message!
|
||||
m_connection.m_statistics.MessageDropped();
|
||||
m_peer.LogDebug("Received " + message + " TOO EARLY! Expected " + m_windowStart);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user