aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index bd3ac19..ee31773 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -9791,9 +9791,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9791 Group.GroupName = Utils.StringToBytes(GroupMembership[i].GroupName); 9791 Group.GroupName = Utils.StringToBytes(GroupMembership[i].GroupName);
9792 Group.GroupPowers = GroupMembership[i].GroupPowers; 9792 Group.GroupPowers = GroupMembership[i].GroupPowers;
9793 Groups[i] = Group; 9793 Groups[i] = Group;
9794 Groupupdate.GroupData = Groups; 9794
9795 9795
9796 } 9796 }
9797 Groupupdate.GroupData = Groups;
9797 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock(); 9798 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
9798 Groupupdate.AgentData.AgentID = AgentId; 9799 Groupupdate.AgentData.AgentID = AgentId;
9799 OutPacket(Groupupdate, ThrottleOutPacketType.Task); 9800 OutPacket(Groupupdate, ThrottleOutPacketType.Task);