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

LSLKeyTest
UbitUmarov 2016-08-05 01:37:20 +01:00
parent a0cab03caa
commit 338a4d8d3b
1 changed files with 1 additions and 1 deletions

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);
}
}