minor: correctly print out missing item id when it can't be found rather than a NullReferenceException

This commit is contained in:
Justin Clark-Casey (justincc)
2010-04-16 22:57:44 +01:00
parent 17d023ba5b
commit 45563e20e0
2 changed files with 4 additions and 2 deletions

View File

@@ -471,7 +471,6 @@ namespace OpenSim.Region.Framework.Scenes
return null;
}
if (recipientParentFolderId == UUID.Zero)
{
InventoryFolderBase recipientRootFolder = InventoryService.GetRootFolder(recipientId);