From 4f3da0a64380497092d3795866c258107cae8f89 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 19 Jun 2016 16:28:27 -0700 Subject: [PATCH] AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP messaging. --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 74eb11445d..cc2d1e212d 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 Groupupdate.GroupData = Groups; Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock(); Groupupdate.AgentData.AgentID = AgentId; - OutPacket(Groupupdate, ThrottleOutPacketType.Task); + //OutPacket(Groupupdate, ThrottleOutPacketType.Task); try {