diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-20 11:03:47 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-20 11:03:47 -0400 |
commit | 6fc663d62ad847a6b91029ce9576058cd01a3d68 (patch) | |
tree | 9a23b997c8aa40de3b9aeac8b682a33fad27880a /indra/newview/llappearancemgr.cpp | |
parent | 779d5ac56e539638d11c80ad6ab5e56b86b0bcb3 (diff) |
DRTVWR-397 WIP - logging for detach requests and unexpected detaches (presumably server-initiated)
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 5e51758ac6..a94aa37ab7 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3935,6 +3935,7 @@ void LLAppearanceMgr::unregisterAttachment(const LLUUID& item_id) << (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL; gInventory.addChangedMask(LLInventoryObserver::LABEL, item_id); + LLAttachmentsMgr::instance().onDetachCompleted(item_id); if (mAttachmentInvLinkEnabled && isLinkedInCOF(item_id)) { LL_DEBUGS("Avatar") << "ATT removing COF link for attachment " |