diff options
author | Diva Canto | 2016-06-19 16:28:27 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-19 16:28:27 -0700 |
commit | 4f3da0a64380497092d3795866c258107cae8f89 (patch) | |
tree | fb6d041f28bb1b10de5063362c9fb59a0d0ae1f2 /OpenSim/Region/ClientStack/Linden | |
parent | Restored sending group membership data via EventQueue -- this had been a regr... (diff) | |
download | opensim-SC-4f3da0a64380497092d3795866c258107cae8f89.zip opensim-SC-4f3da0a64380497092d3795866c258107cae8f89.tar.gz opensim-SC-4f3da0a64380497092d3795866c258107cae8f89.tar.bz2 opensim-SC-4f3da0a64380497092d3795866c258107cae8f89.tar.xz |
AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP messaging.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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 | { |