diff options
Diffstat (limited to 'OpenSim/Region/Application/HGCommands.cs')
-rw-r--r-- | OpenSim/Region/Application/HGCommands.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/HGCommands.cs b/OpenSim/Region/Application/HGCommands.cs index 07d3dcb..1786e54 100644 --- a/OpenSim/Region/Application/HGCommands.cs +++ b/OpenSim/Region/Application/HGCommands.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim | |||
57 | return | 57 | return |
58 | new HGScene( | 58 | new HGScene( |
59 | regionInfo, circuitManager, m_commsManager, sceneGridService, storageManager, | 59 | regionInfo, circuitManager, m_commsManager, sceneGridService, storageManager, |
60 | m_moduleLoader, m_configSettings.DumpAssetsToFile, m_configSettings.PhysicalPrim, | 60 | m_moduleLoader, false, m_configSettings.PhysicalPrim, |
61 | m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); | 61 | m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); |
62 | } | 62 | } |
63 | 63 | ||
@@ -270,4 +270,4 @@ namespace OpenSim | |||
270 | } | 270 | } |
271 | 271 | ||
272 | } | 272 | } |
273 | } \ No newline at end of file | 273 | } |