AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP messaging.
parent
76ab1ed10c
commit
4f3da0a643
|
@ -2777,7 +2777,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
Groupupdate.GroupData = Groups;
|
Groupupdate.GroupData = Groups;
|
||||||
Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
|
Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
|
||||||
Groupupdate.AgentData.AgentID = AgentId;
|
Groupupdate.AgentData.AgentID = AgentId;
|
||||||
OutPacket(Groupupdate, ThrottleOutPacketType.Task);
|
//OutPacket(Groupupdate, ThrottleOutPacketType.Task);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue