mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Added public RegionInfo RegionsInfo property to SceneBase (so scripts can access it).
This commit is contained in:
@@ -54,6 +54,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
get { return m_eventManager; }
|
||||
}
|
||||
|
||||
public RegionInfo RegionsInfo
|
||||
{
|
||||
get { return m_regInfo; }
|
||||
}
|
||||
|
||||
protected string m_datastore;
|
||||
|
||||
protected object m_syncRoot = new object();
|
||||
|
||||
Reference in New Issue
Block a user