diff options
author | UbitUmarov | 2017-01-19 18:25:25 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-19 18:25:25 +0000 |
commit | 6826ca9b57e8582722efe3f9626148b2e52ef160 (patch) | |
tree | 05769c1887c66ec1b661e6106d6a96a3b1a5c41b /OpenSim/Region/ClientStack/Linden/UDP | |
parent | change CanDeedObject. WARNING like on other grids, if you do not set next own... (diff) | |
download | opensim-SC-6826ca9b57e8582722efe3f9626148b2e52ef160.zip opensim-SC-6826ca9b57e8582722efe3f9626148b2e52ef160.tar.gz opensim-SC-6826ca9b57e8582722efe3f9626148b2e52ef160.tar.bz2 opensim-SC-6826ca9b57e8582722efe3f9626148b2e52ef160.tar.xz |
fix the meaning of objectDuplicate[OnRay]() flags parameter but still not using it
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 7455dea..410ac00 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -7758,10 +7758,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
7758 | 7758 | ||
7759 | ObjectDuplicate handlerObjectDuplicate = null; | 7759 | ObjectDuplicate handlerObjectDuplicate = null; |
7760 | 7760 | ||
7761 | for (int i = 0; i < dupe.ObjectData.Length; i++) | 7761 | handlerObjectDuplicate = OnObjectDuplicate; |
7762 | if (handlerObjectDuplicate != null) | ||
7762 | { | 7763 | { |
7763 | handlerObjectDuplicate = OnObjectDuplicate; | 7764 | for (int i = 0; i < dupe.ObjectData.Length; i++) |
7764 | if (handlerObjectDuplicate != null) | ||
7765 | { | 7765 | { |
7766 | UUID rezGroupID = dupe.AgentData.GroupID; | 7766 | UUID rezGroupID = dupe.AgentData.GroupID; |
7767 | if(!IsGroupMember(rezGroupID)) | 7767 | if(!IsGroupMember(rezGroupID)) |