mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
added new ParentUUID property to map out from SOP.
Updated some nhibernate parts, started in on migration.
This commit is contained in:
@@ -920,6 +920,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
get { return ParentGroup.Scene.RegionInfo.RegionID; }
|
||||
}
|
||||
[XmlIgnore]
|
||||
public LLUUID ParentUUID
|
||||
{
|
||||
get { return ParentGroup.UUID; }
|
||||
}
|
||||
|
||||
#endregion Public Properties with only Get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user