diff options
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index bd90df4..b9a9462 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -4,9 +4,6 @@ | |||
4 | ;; which you can copy and change. | 4 | ;; which you can copy and change. |
5 | ;; | 5 | ;; |
6 | 6 | ||
7 | [Includes] | ||
8 | Include-Common = "config-include/StandaloneCommon.ini" | ||
9 | |||
10 | [Modules] | 7 | [Modules] |
11 | AssetServices = "LocalAssetServicesConnector" | 8 | AssetServices = "LocalAssetServicesConnector" |
12 | InventoryServices = "LocalInventoryServicesConnector" | 9 | InventoryServices = "LocalInventoryServicesConnector" |
@@ -72,3 +69,8 @@ | |||
72 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 69 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
73 | 70 | ||
74 | WelcomeMessage = "Welcome, Avatar!" | 71 | WelcomeMessage = "Welcome, Avatar!" |
72 | |||
73 | |||
74 | ;; This should always be the very last thing on this file | ||
75 | [Includes] | ||
76 | Include-Common = "config-include/StandaloneCommon.ini" | ||