diff options
author | Melanie Thielker | 2009-05-18 23:18:04 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-18 23:18:04 +0000 |
commit | 23d902be42fd6d554a9098936d501609fc6e5315 (patch) | |
tree | 1830b906665ffa34b3f7c085e28d87ee16bf4c9f /OpenSim/Region/Application/HGCommands.cs | |
parent | Bug fix and config rename. (diff) | |
download | opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.zip opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.gz opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.bz2 opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.xz |
Remove the old asset cache and local services and the configurations for them
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 | } |