aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGOpenSimNode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/HGOpenSimNode.cs')
-rw-r--r--OpenSim/Region/Application/HGOpenSimNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs
index 8778acd..cf0f917 100644
--- a/OpenSim/Region/Application/HGOpenSimNode.cs
+++ b/OpenSim/Region/Application/HGOpenSimNode.cs
@@ -130,7 +130,7 @@ namespace OpenSim
130 130
131 return 131 return
132 new HGScene( 132 new HGScene(
133 regionInfo, circuitManager, m_commsManager, sceneGridService, m_assetCache, storageManager, 133 regionInfo, circuitManager, m_commsManager, sceneGridService, storageManager,
134 m_moduleLoader, m_configSettings.DumpAssetsToFile, m_configSettings.PhysicalPrim, 134 m_moduleLoader, m_configSettings.DumpAssetsToFile, m_configSettings.PhysicalPrim,
135 m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); 135 m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version);
136 } 136 }