This commit is contained in:
Lirusaito
2018-07-23 05:53:00 -04:00
parent 562353929e
commit c962922e75

View File

@@ -688,7 +688,7 @@ bool LLInventoryCollectFunctor::itemTransferCommonlyAllowed(const LLInventoryIte
case LLAssetType::AT_OBJECT:
case LLAssetType::AT_BODYPART:
case LLAssetType::AT_CLOTHING:
if (!get_is_item_worn(item->getUUID()))
//if (!get_is_item_worn(item->getUUID())) // </edit>
return true;
break;
default: