mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGraph to make it more descriptive of its intended function
This commit is contained in:
@@ -490,7 +490,7 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
|
||||
}
|
||||
else if (reportType == 0)
|
||||
{
|
||||
SceneData = m_scene.m_innerScene.GetTopScripts();
|
||||
SceneData = m_scene.m_sceneGraph.GetTopScripts();
|
||||
}
|
||||
|
||||
List<LandStatReportItem> SceneReport = new List<LandStatReportItem>();
|
||||
|
||||
Reference in New Issue
Block a user