missing files

This commit is contained in:
UbitUmarov
2019-12-16 16:12:04 +00:00
parent 60473ff44e
commit 7516288634
2 changed files with 18 additions and 8 deletions

View File

@@ -1172,7 +1172,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
int dataLength = buffer.DataLength;
// only append acks on plain reliable messages
if (flags == Helpers.MSG_RELIABLE && outgoingPacket.UnackedMethod == null)
if (flags == Helpers.MSG_RELIABLE)
{
// Keep appending ACKs until there is no room left in the buffer or there are
// no more ACKs to append