AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP messaging.

LSLKeyTest
Diva Canto 2016-06-19 16:28:27 -07:00
parent 76ab1ed10c
commit 4f3da0a643
1 changed files with 1 additions and 1 deletions

View File

@ -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
{