diff options
author | Justin Clarke Casey | 2009-02-04 18:56:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-04 18:56:12 +0000 |
commit | a1da6057066b2dadfa96ddb2f64df83a0b246ee4 (patch) | |
tree | 33c308858320e78e8bccf0a1c5bf4355bd87411e /OpenSim/Region/Environment | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.zip opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.gz opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.bz2 opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.xz |
* Introduce a new "default" option for asset_database in the [STORAGE] section
* This option makes OpenSim use the usual db based asset service in standalone, and the grid based one in grid mode
* The other options can (local, grid, etc) can still be used explicitly as before
* Also change OpenSim.ini.example and the surrounding explanative text
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs index 76d06cb..00237b3 100644 --- a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs | |||
@@ -495,6 +495,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain | |||
495 | m_commander.ProcessConsoleCommand("help", new string[0]); | 495 | m_commander.ProcessConsoleCommand("help", new string[0]); |
496 | return; | 496 | return; |
497 | } | 497 | } |
498 | |||
498 | string[] tmpArgs = new string[args.Length - 2]; | 499 | string[] tmpArgs = new string[args.Length - 2]; |
499 | int i; | 500 | int i; |
500 | for (i = 2; i < args.Length; i++) | 501 | for (i = 2; i < args.Length; i++) |