Logic, what's that?!

This commit is contained in:
Inusaito Sayori
2014-08-22 16:16:08 -04:00
parent e3dd05ef21
commit 260c5345fd

View File

@@ -3377,7 +3377,7 @@ void LLFolderBridge::buildContextMenuBaseOptions(U32 flags)
else if (!isAgentInventory())
{
const LLUUID& library(gInventory.getLibraryRootFolderID());
if (library == mUUID || gInventory.isObjectDescendentOf(mUUID, library))
if (library != mUUID && gInventory.isObjectDescendentOf(mUUID, library))
mItems.push_back(std::string("Move to Lost And Found"));
}
// </singu>