diff options
author | Justin Clark-Casey (justincc) | 2012-01-28 02:21:41 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-28 02:21:41 +0000 |
commit | 154ba0124aaf0836ee50bce81a3441be6d11f06a (patch) | |
tree | e9b192cf4b5dec5aefcc0b1e823b509353739ffc /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |
parent | Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in ... (diff) | |
download | opensim-SC_OLD-154ba0124aaf0836ee50bce81a3441be6d11f06a.zip opensim-SC_OLD-154ba0124aaf0836ee50bce81a3441be6d11f06a.tar.gz opensim-SC_OLD-154ba0124aaf0836ee50bce81a3441be6d11f06a.tar.bz2 opensim-SC_OLD-154ba0124aaf0836ee50bce81a3441be6d11f06a.tar.xz |
Add experimental --publish option to "save oar" so that OARs reloaded to the same grid don't have the publisher as owner.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 6 |
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; } |