This commit is contained in:
UbitUmarov
2019-06-12 03:12:51 +01:00
parent 878d0defc7
commit 4b8c5ee6e8

View File

@@ -444,10 +444,8 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
return true;
packet &= 0x7fffffff;
if(lastAckPacket >= packet)
return false;
lastAckPacket = (int)packet;
if(lastAckPacket < packet)
lastAckPacket = (int)packet;
if(lastAckPacket == LastPacket)
{