mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Let grided simulators retrieve the user's inventory skeleton
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user