Another stab at fixing bridge autodetach

This commit is contained in:
Lirusaito
2013-07-25 06:40:44 -04:00
parent ccddd13631
commit b17b0615c6

View File

@@ -6211,7 +6211,7 @@ LLViewerJointAttachment* LLVOAvatar::getTargetAttachmentPoint(LLViewerObject* vi
if (isSelf() && attachmentID == 127 && gSavedSettings.getBOOL("SGDetachBridge"))
{
llinfos << "Bridge detected! detaching" << llendl;
LLAppearanceMgr::getInstance()->removeItemFromAvatar(viewer_object->getAttachmentItemID());
LLVOAvatarSelf::detachAttachmentIntoInventory(viewer_object->getAttachmentItemID());
return 0;
}
// attachment = get_if_there(mAttachmentPoints, 1, (LLViewerJointAttachment*)NULL); // Arbitrary using 1 (chest)