aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs6
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))