Let grided simulators retrieve the user's inventory skeleton

This commit is contained in:
Diva Canto
2012-03-27 15:24:55 -07:00
parent 5e07336672
commit db5f46fa23

View File

@@ -167,7 +167,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
public List<InventoryFolderBase> GetInventorySkeleton(UUID userId)
{
return new List<InventoryFolderBase>();
return m_RemoteConnector.GetInventorySkeleton(userId);
}
public InventoryCollection GetUserInventory(UUID userID)