duplicate objects with the group requested by viewers and not internal idea of active one

This commit is contained in:
UbitUmarov
2016-08-05 01:37:20 +01:00
parent a0cab03caa
commit 338a4d8d3b

View File

@@ -7646,7 +7646,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset,
dupe.SharedData.DuplicateFlags, AgentId,
ActiveGroupId);
dupe.AgentData.GroupID);
}
}