diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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 | ||