diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 62055d8..695cb88 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -1399,7 +1399,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1399 | { | 1399 | { |
1400 | if (m_parentScene.ExternalChecks.ExternalChecksCanDuplicateObject(originPrim.Children.Count, originPrim.UUID, AgentID, originPrim.AbsolutePosition)) | 1400 | if (m_parentScene.ExternalChecks.ExternalChecksCanDuplicateObject(originPrim.Children.Count, originPrim.UUID, AgentID, originPrim.AbsolutePosition)) |
1401 | { | 1401 | { |
1402 | SceneObjectGroup copy = originPrim.Copy(AgentID, GroupID); | 1402 | SceneObjectGroup copy = originPrim.Copy(AgentID, GroupID, true); |
1403 | copy.AbsolutePosition = copy.AbsolutePosition + offset; | 1403 | copy.AbsolutePosition = copy.AbsolutePosition + offset; |
1404 | copy.ResetIDs(); | 1404 | copy.ResetIDs(); |
1405 | 1405 | ||