fix the meaning of objectDuplicate[OnRay]() flags parameter but still not using it

This commit is contained in:
UbitUmarov
2017-01-19 18:25:25 +00:00
parent d8108ab740
commit 6826ca9b57
5 changed files with 13 additions and 9 deletions

View File

@@ -7758,10 +7758,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
ObjectDuplicate handlerObjectDuplicate = null;
for (int i = 0; i < dupe.ObjectData.Length; i++)
handlerObjectDuplicate = OnObjectDuplicate;
if (handlerObjectDuplicate != null)
{
handlerObjectDuplicate = OnObjectDuplicate;
if (handlerObjectDuplicate != null)
for (int i = 0; i < dupe.ObjectData.Length; i++)
{
UUID rezGroupID = dupe.AgentData.GroupID;
if(!IsGroupMember(rezGroupID))