Add experimental --publish option to "save oar" so that OARs reloaded to the same grid don't have the publisher as owner.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-28 02:21:41 +00:00
parent 088f1213b4
commit 154ba0124a
7 changed files with 116 additions and 21 deletions

View File

@@ -441,6 +441,12 @@ namespace OpenSim.Region.Framework.Scenes
}
}
public UUID LastOwnerID
{
get { return m_rootPart.LastOwnerID; }
set { m_rootPart.LastOwnerID = value; }
}
public UUID OwnerID
{
get { return m_rootPart.OwnerID; }