diff options
author | Diva Canto | 2010-07-05 07:38:15 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-05 07:38:53 -0700 |
commit | 9e569b2a230b5ec51ce726bbe6bad8a4212b8e07 (patch) | |
tree | 65b3134fd0c5e0b150e2b0d32797bb11c8d115f8 | |
parent | Fixes additional bug reported in mantis #4841. (diff) | |
download | opensim-SC_OLD-9e569b2a230b5ec51ce726bbe6bad8a4212b8e07.zip opensim-SC_OLD-9e569b2a230b5ec51ce726bbe6bad8a4212b8e07.tar.gz opensim-SC_OLD-9e569b2a230b5ec51ce726bbe6bad8a4212b8e07.tar.bz2 opensim-SC_OLD-9e569b2a230b5ec51ce726bbe6bad8a4212b8e07.tar.xz |
Fixes mantis #4842
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 5 |
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" |