* This should fix presence issues.

This commit is contained in:
Teravus Ovares
2008-06-03 07:12:09 +00:00
parent 52491d4fca
commit 61e2254be2
5 changed files with 33 additions and 16 deletions

View File

@@ -5981,6 +5981,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
onpb[i] = onpbl;
}
onp.AgentBlock = onpb;
onp.Header.Reliable = true;
OutPacket(onp, ThrottleOutPacketType.Task);
}
@@ -5995,6 +5996,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
offpb[i] = onpbl;
}
offp.AgentBlock = offpb;
offp.Header.Reliable = true;
OutPacket(offp, ThrottleOutPacketType.Task);
}