diff options
author | Diva Canto | 2012-03-27 15:24:55 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-27 15:24:55 -0700 |
commit | db5f46fa23e994b14ccc3144435557b1a173c82b (patch) | |
tree | 58557ad45a4e8fe0e78f974dbe0cfec161f30d41 /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-db5f46fa23e994b14ccc3144435557b1a173c82b.zip opensim-SC_OLD-db5f46fa23e994b14ccc3144435557b1a173c82b.tar.gz opensim-SC_OLD-db5f46fa23e994b14ccc3144435557b1a173c82b.tar.bz2 opensim-SC_OLD-db5f46fa23e994b14ccc3144435557b1a173c82b.tar.xz |
Let grided simulators retrieve the user's inventory skeleton
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs index 10ab6d0..77573c3 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs | |||
@@ -167,7 +167,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory | |||
167 | 167 | ||
168 | public List<InventoryFolderBase> GetInventorySkeleton(UUID userId) | 168 | public List<InventoryFolderBase> GetInventorySkeleton(UUID userId) |
169 | { | 169 | { |
170 | return new List<InventoryFolderBase>(); | 170 | return m_RemoteConnector.GetInventorySkeleton(userId); |
171 | } | 171 | } |
172 | 172 | ||
173 | public InventoryCollection GetUserInventory(UUID userID) | 173 | public InventoryCollection GetUserInventory(UUID userID) |