diff options
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index e7c6ee8..cbd45c3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1764,7 +1764,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1764 | m_log.DebugFormat( | 1764 | m_log.DebugFormat( |
1765 | "[SCENE OBJECT GROUP]: Returning object {0} due to parcel autoreturn", | 1765 | "[SCENE OBJECT GROUP]: Returning object {0} due to parcel autoreturn", |
1766 | RootPart.UUID); | 1766 | RootPart.UUID); |
1767 | m_scene.AddReturn(OwnerID, Name, AbsolutePosition, "parcel autoreturn"); | 1767 | m_scene.AddReturn(OwnerID == GroupID ? LastOwnerID : OwnerID, Name, AbsolutePosition, "parcel autoreturn"); |
1768 | m_scene.DeRezObjects(null, new List<uint>() { RootPart.LocalId }, UUID.Zero, | 1768 | m_scene.DeRezObjects(null, new List<uint>() { RootPart.LocalId }, UUID.Zero, |
1769 | DeRezAction.Return, UUID.Zero); | 1769 | DeRezAction.Return, UUID.Zero); |
1770 | 1770 | ||