Fix an inventory fetch issue

0.6.9-post-fixes
Melanie 2010-09-30 02:47:07 +02:00
parent 87e17d3f61
commit 5f1c1e281a
1 changed files with 3 additions and 0 deletions

View File

@ -494,6 +494,9 @@ namespace OpenSim.Region.Framework.Scenes
public void HandleFetchInventoryDescendents(IClientAPI remoteClient, UUID folderID, UUID ownerID,
bool fetchFolders, bool fetchItems, int sortOrder)
{
if (folderID == UUID.Zero)
return;
// FIXME MAYBE: We're not handling sortOrder!
// TODO: This code for looking in the folder for the library should be folded back into the