Fixes mantis #4842

0.7-release
Diva Canto 2010-07-05 07:38:15 -07:00
parent 58508fcb83
commit 9e569b2a23
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,9 @@
[Includes] [Includes]
Include-Common = "config-include/GridCommon.ini" Include-Common = "config-include/GridCommon.ini"
[Startup]
WorldMapModule = "HGWorldMap"
[Modules] [Modules]
AssetServices = "HGAssetBroker" AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker" InventoryServices = "HGInventoryBroker"

View File

@ -4,6 +4,9 @@
;; which you can copy and change. ;; which you can copy and change.
;; ;;
[Startup]
WorldMapModule = "HGWorldMap"
[Modules] [Modules]
AssetServices = "HGAssetBroker" AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker" InventoryServices = "HGInventoryBroker"