diff options
author | UbitUmarov | 2016-08-05 01:37:20 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-05 01:37:20 +0100 |
commit | 338a4d8d3b158c47434ce22e1481d2a3e6b79a85 (patch) | |
tree | 113e79a11e7b7663b2979b657a21d40b7a3f9454 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | rez new objects with the group requested by viewers and not internal idea of ... (diff) | |
download | opensim-SC_OLD-338a4d8d3b158c47434ce22e1481d2a3e6b79a85.zip opensim-SC_OLD-338a4d8d3b158c47434ce22e1481d2a3e6b79a85.tar.gz opensim-SC_OLD-338a4d8d3b158c47434ce22e1481d2a3e6b79a85.tar.bz2 opensim-SC_OLD-338a4d8d3b158c47434ce22e1481d2a3e6b79a85.tar.xz |
duplicate objects with the group requested by viewers and not internal idea of active one
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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 2c706db..2e59e33 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -7646,7 +7646,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
7646 | { | 7646 | { |
7647 | handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset, | 7647 | handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset, |
7648 | dupe.SharedData.DuplicateFlags, AgentId, | 7648 | dupe.SharedData.DuplicateFlags, AgentId, |
7649 | ActiveGroupId); | 7649 | dupe.AgentData.GroupID); |
7650 | } | 7650 | } |
7651 | } | 7651 | } |
7652 | 7652 | ||