aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 74eb114..cc2d1e2 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2777,7 +2777,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2777 Groupupdate.GroupData = Groups; 2777 Groupupdate.GroupData = Groups;
2778 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock(); 2778 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
2779 Groupupdate.AgentData.AgentID = AgentId; 2779 Groupupdate.AgentData.AgentID = AgentId;
2780 OutPacket(Groupupdate, ThrottleOutPacketType.Task); 2780 //OutPacket(Groupupdate, ThrottleOutPacketType.Task);
2781 2781
2782 try 2782 try
2783 { 2783 {