mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
* Renamed and encapsulated m_sceneGraph as SceneGraph for ccc
This commit is contained in:
@@ -611,7 +611,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
}
|
||||
else if (reportType == 0)
|
||||
{
|
||||
SceneData = m_scene.m_sceneGraph.GetTopScripts();
|
||||
SceneData = m_scene.SceneGraph.GetTopScripts();
|
||||
}
|
||||
|
||||
List<LandStatReportItem> SceneReport = new List<LandStatReportItem>();
|
||||
|
||||
Reference in New Issue
Block a user