mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP messaging.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user