diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 6c7e32e..015ced0 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -13,7 +13,7 @@ | |||
13 | [Modules] | 13 | [Modules] |
14 | AssetServices = "HGAssetBroker" | 14 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 15 | InventoryServices = "HGInventoryBroker" |
16 | GridServices = "HGGridServicesConnector" | 16 | GridServices = "RemoteGridServicesConnector" |
17 | AvatarServices = "RemoteAvatarServicesConnector" | 17 | AvatarServices = "RemoteAvatarServicesConnector" |
18 | NeighbourServices = "RemoteNeighbourServicesConnector" | 18 | NeighbourServices = "RemoteNeighbourServicesConnector" |
19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
@@ -38,10 +38,9 @@ | |||
38 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 38 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
39 | 39 | ||
40 | [GridService] | 40 | [GridService] |
41 | ; for the HGGridServicesConnector to instantiate | ||
42 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector" | ||
43 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, | 41 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, |
44 | ; which in turn uses this | 42 | ; which in turn uses this |
45 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 43 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
46 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 44 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
47 | 45 | ||
46 | AllowHypergridMapSearch = true | ||