diff options
Pulled out HelloNeighbour into its own service, INeighbourService, which may get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index a0cd098..c187358 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -6,12 +6,11 @@ | |||
6 | 6 | ||
7 | [Includes] | 7 | [Includes] |
8 | Include-Common = "config-include/StandaloneCommon.ini" | 8 | Include-Common = "config-include/StandaloneCommon.ini" |
9 | Include-Stable = "config-include/StableSettings.ini" | ||
10 | 9 | ||
11 | [Modules] | 10 | [Modules] |
12 | AssetServices = "LocalAssetServicesConnector" | 11 | AssetServices = "LocalAssetServicesConnector" |
13 | InventoryServices = "LocalInventoryServicesConnector" | 12 | InventoryServices = "LocalInventoryServicesConnector" |
14 | 13 | NeighbourServices = "LocalNeighbourServicesConnector" | |
15 | 14 | ||
16 | [AssetService] | 15 | [AssetService] |
17 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 16 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |