mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
made SOP have a blank setter for 2 convenience properties.
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
This commit is contained in:
@@ -929,11 +929,13 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public LLUUID RegionID
|
||||
{
|
||||
get { return ParentGroup.Scene.RegionInfo.RegionID; }
|
||||
set {} // read only
|
||||
}
|
||||
[XmlIgnore]
|
||||
public LLUUID ParentUUID
|
||||
{
|
||||
get { return ParentGroup.UUID; }
|
||||
set {} // read only
|
||||
}
|
||||
|
||||
#endregion Public Properties with only Get
|
||||
|
||||
Reference in New Issue
Block a user