aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index cad09b8..739c5fa 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -441,6 +441,12 @@ namespace OpenSim.Region.Framework.Scenes
441 } 441 }
442 } 442 }
443 443
444 public UUID LastOwnerID
445 {
446 get { return m_rootPart.LastOwnerID; }
447 set { m_rootPart.LastOwnerID = value; }
448 }
449
444 public UUID OwnerID 450 public UUID OwnerID
445 { 451 {
446 get { return m_rootPart.OwnerID; } 452 get { return m_rootPart.OwnerID; }