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:
@@ -1604,7 +1604,7 @@ EAcceptance LLToolDragAndDrop::willObjectAcceptInventory(LLViewerObject* obj, LL
|
|||||||
transfer = TRUE;
|
transfer = TRUE;
|
||||||
}
|
}
|
||||||
BOOL volume = (LL_PCODE_VOLUME == obj->getPCode());
|
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;
|
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
|
// [RLVa:KB] - Checked: 2010-03-31 (RLVa-1.2.0c) | Modified: RLVa-1.0.0c
|
||||||
|
|||||||
Reference in New Issue
Block a user