Allow dragging and dropping to attached objects

There's now a guard serverside that'll prevent the situation that would cause things to break in the past, so there's no reason not to have this.
This commit is contained in:
Inusaito Sayori
2014-08-08 16:26:40 -04:00
parent 54a6db146e
commit 50d91d13be

View File

@@ -1604,7 +1604,7 @@ EAcceptance LLToolDragAndDrop::willObjectAcceptInventory(LLViewerObject* obj, LL
transfer = TRUE;
}
BOOL volume = (LL_PCODE_VOLUME == obj->getPCode());
BOOL attached = obj->isAttachment();
BOOL attached = false; // <singu/> No longer necessary.
BOOL unrestricted = ((perm.getMaskBase() & PERM_ITEM_UNRESTRICTED) == PERM_ITEM_UNRESTRICTED) ? TRUE : FALSE;
// [RLVa:KB] - Checked: 2010-03-31 (RLVa-1.2.0c) | Modified: RLVa-1.0.0c