aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index b7f1d90..0ef7f26 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5981,6 +5981,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5981 onpb[i] = onpbl; 5981 onpb[i] = onpbl;
5982 } 5982 }
5983 onp.AgentBlock = onpb; 5983 onp.AgentBlock = onpb;
5984 onp.Header.Reliable = true;
5984 OutPacket(onp, ThrottleOutPacketType.Task); 5985 OutPacket(onp, ThrottleOutPacketType.Task);
5985 } 5986 }
5986 5987
@@ -5995,6 +5996,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5995 offpb[i] = onpbl; 5996 offpb[i] = onpbl;
5996 } 5997 }
5997 offp.AgentBlock = offpb; 5998 offp.AgentBlock = offpb;
5999 offp.Header.Reliable = true;
5998 OutPacket(offp, ThrottleOutPacketType.Task); 6000 OutPacket(offp, ThrottleOutPacketType.Task);
5999 } 6001 }
6000 6002