diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 7ccb3d4..f7ffa00 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -210,8 +210,8 @@ namespace OpenSim | |||
210 | inventoryService.AddPlugin(m_configSettings.StandaloneInventoryPlugin, m_configSettings.StandaloneInventorySource); | 210 | inventoryService.AddPlugin(m_configSettings.StandaloneInventoryPlugin, m_configSettings.StandaloneInventorySource); |
211 | 211 | ||
212 | LocalUserServices userService = | 212 | LocalUserServices userService = |
213 | new LocalUserServices(m_networkServersInfo, m_networkServersInfo.DefaultHomeLocX, | 213 | new LocalUserServices( |
214 | m_networkServersInfo.DefaultHomeLocY, inventoryService); | 214 | m_networkServersInfo.DefaultHomeLocX, m_networkServersInfo.DefaultHomeLocY, inventoryService); |
215 | userService.AddPlugin(m_configSettings.StandaloneUserPlugin, m_configSettings.StandaloneUserSource); | 215 | userService.AddPlugin(m_configSettings.StandaloneUserPlugin, m_configSettings.StandaloneUserSource); |
216 | 216 | ||
217 | LocalBackEndServices backendService = new LocalBackEndServices(); | 217 | LocalBackEndServices backendService = new LocalBackEndServices(); |