Seriously, what is logic?

This commit is contained in:
Inusaito Sayori
2014-08-22 17:32:28 -04:00
parent 260c5345fd
commit 9067de26ac

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>