From c962922e75d8581e1849ba7a3957476d74449bcb Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 23 Jul 2018 05:53:00 -0400 Subject: [PATCH] SV-1908 --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 85de4f6d2..5bc0e3cfe 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -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())) // return true; break; default: