diff options
author | Diva Canto | 2010-01-13 10:15:14 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 10:15:14 -0800 |
commit | d939668d6a54bb25cbc56ec840058c08992fe536 (patch) | |
tree | 3010c25757d314b2adc0cf1709d718721a062e9e /bin/config-include | |
parent | One more buglet removed: send the region UUID, not the region handle. (diff) | |
download | opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.zip opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.gz opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.bz2 opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.xz |
Bug fix in create user: create inventory was missing.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 277d05a..a3e0547 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -72,10 +72,11 @@ | |||
72 | 72 | ||
73 | [UserAccountService] | 73 | [UserAccountService] |
74 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 74 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
75 | ;; These are for creating new accounts | 75 | ;; These are for creating new accounts by the service |
76 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 76 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
77 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 77 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
78 | GridService = "OpenSim.Services.GridService.dll:GridService" | 78 | GridService = "OpenSim.Services.GridService.dll:GridService" |
79 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
79 | 80 | ||
80 | [LoginService] | 81 | [LoginService] |
81 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" | 82 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" |