diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index c01fc5a..aaf2d7e 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -353,7 +353,7 @@ namespace OpenSim | |||
353 | if (m_sandbox) | 353 | if (m_sandbox) |
354 | { | 354 | { |
355 | LocalInventoryService inventoryService = new LocalInventoryService(); | 355 | LocalInventoryService inventoryService = new LocalInventoryService(); |
356 | inventoryService.AddPlugin(m_standaloneInventoryPlugin); | 356 | inventoryService.AddPlugin(m_standaloneInventoryPlugin, m_standaloneInventorySource); |
357 | 357 | ||
358 | LocalUserServices userService = | 358 | LocalUserServices userService = |
359 | new LocalUserServices(m_networkServersInfo, m_networkServersInfo.DefaultHomeLocX, | 359 | new LocalUserServices(m_networkServersInfo, m_networkServersInfo.DefaultHomeLocX, |