mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Mantis #1903
Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
This commit is contained in:
@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
rootFolder = new InventoryFolderImpl(folder);
|
||||
folders.Add(rootFolder);
|
||||
items.AddRange(RequestFolderItems(rootFolder.ID));
|
||||
break; // Only 1 root folder per user
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user