aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 9d839ab..bd3ac19 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -9794,6 +9794,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9794 Groupupdate.GroupData = Groups; 9794 Groupupdate.GroupData = Groups;
9795 9795
9796 } 9796 }
9797 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
9797 Groupupdate.AgentData.AgentID = AgentId; 9798 Groupupdate.AgentData.AgentID = AgentId;
9798 OutPacket(Groupupdate, ThrottleOutPacketType.Task); 9799 OutPacket(Groupupdate, ThrottleOutPacketType.Task);
9799 9800