diff options
author | lbsa71 | 2007-09-24 09:19:31 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-24 09:19:31 +0000 |
commit | 00ddeebf574641fd83f154fb37f972bcf9e17abb (patch) | |
tree | fd5ead4a57a6f3fa2767d268302ac0f26830948e /OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |
parent | * Now there's only one UserService (diff) | |
download | opensim-SC_OLD-00ddeebf574641fd83f154fb37f972bcf9e17abb.zip opensim-SC_OLD-00ddeebf574641fd83f154fb37f972bcf9e17abb.tar.gz opensim-SC_OLD-00ddeebf574641fd83f154fb37f972bcf9e17abb.tar.bz2 opensim-SC_OLD-00ddeebf574641fd83f154fb37f972bcf9e17abb.tar.xz |
* So, ok, maybe a bit harsh to explode on grid inventory calls.
Diffstat (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 4ddd9ea..eed21a4 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -58,12 +58,10 @@ namespace OpenSim.Region.Communications.Local | |||
58 | 58 | ||
59 | LocalInventoryService inventoryService = new LocalInventoryService(); | 59 | LocalInventoryService inventoryService = new LocalInventoryService(); |
60 | inventoryService.AddPlugin(m_settings.InventoryPlugin); | 60 | inventoryService.AddPlugin(m_settings.InventoryPlugin); |
61 | |||
62 | m_inventoryService = inventoryService; | 61 | m_inventoryService = inventoryService; |
63 | 62 | ||
64 | LocalUserServices userService = new LocalUserServices(this, serversInfo); | 63 | LocalUserServices userService = new LocalUserServices(this, serversInfo); |
65 | userService.AddPlugin(m_settings.UserDatabasePlugin); | 64 | userService.AddPlugin(m_settings.UserDatabasePlugin); |
66 | |||
67 | m_userService = userService; | 65 | m_userService = userService; |
68 | 66 | ||
69 | InstanceServices = new LocalBackEndServices(); | 67 | InstanceServices = new LocalBackEndServices(); |