From 899d1955c0b57f89b4311ea166b580b77389d20d Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 23 Jul 2018 06:12:34 -0400 Subject: [PATCH] More SV-1908 --- indra/newview/lltooldraganddrop.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/lltooldraganddrop.cpp b/indra/newview/lltooldraganddrop.cpp index bb525d745..e26d65d93 100644 --- a/indra/newview/lltooldraganddrop.cpp +++ b/indra/newview/lltooldraganddrop.cpp @@ -2450,11 +2450,13 @@ EAcceptance LLToolDragAndDrop::dad3dGiveInventoryObject( return ACCEPT_NO; } LLVOAvatarSelf* avatar = gAgentAvatarp; + /* if(avatar && avatar->isWearingAttachment( item->getUUID() ) ) { // You can't give objects that are attached to you return ACCEPT_NO; } + */ if( obj && avatar ) { if(drop)