mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* This should fix presence issues.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user