aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2010-07-05 07:38:15 -0700
committerDiva Canto2010-07-05 07:38:15 -0700
commitcd19e6fe325198b1fbcdc41bb7169e0525729525 (patch)
tree3895bf304a201269ccd937e7b2c612b5a7940735
parentFixes additional bug reported in mantis #4841. (diff)
downloadopensim-SC_OLD-cd19e6fe325198b1fbcdc41bb7169e0525729525.zip
opensim-SC_OLD-cd19e6fe325198b1fbcdc41bb7169e0525729525.tar.gz
opensim-SC_OLD-cd19e6fe325198b1fbcdc41bb7169e0525729525.tar.bz2
opensim-SC_OLD-cd19e6fe325198b1fbcdc41bb7169e0525729525.tar.xz
Fixes mantis #4842
-rw-r--r--bin/config-include/GridHypergrid.ini3
-rw-r--r--bin/config-include/StandaloneHypergrid.ini5
2 files changed, 7 insertions, 1 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 1adc2d8..ab29018 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -7,6 +7,9 @@
7[Includes] 7[Includes]
8 Include-Common = "config-include/GridCommon.ini" 8 Include-Common = "config-include/GridCommon.ini"
9 9
10[Startup]
11 WorldMapModule = "HGWorldMap"
12
10[Modules] 13[Modules]
11 AssetServices = "HGAssetBroker" 14 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker" 15 InventoryServices = "HGInventoryBroker"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 52e30e2..e87270d 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -3,7 +3,10 @@
3;; All optional settings are in StandaloneCommon.ini.example, 3;; All optional settings are in StandaloneCommon.ini.example,
4;; which you can copy and change. 4;; which you can copy and change.
5;; 5;;
6 6
7[Startup]
8 WorldMapModule = "HGWorldMap"
9
7[Modules] 10[Modules]
8 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
9 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"