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/llagentwearables.cpp | |
parent | 779d5ac56e539638d11c80ad6ab5e56b86b0bcb3 (diff) |
DRTVWR-397 WIP - logging for detach requests and unexpected detaches (presumably server-initiated)
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rwxr-xr-x | indra/newview/llagentwearables.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 4d46a331c8..d772e1c7f8 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1362,6 +1362,7 @@ void LLAgentWearables::userRemoveMultipleAttachments(llvo_vec_t& objects_to_remo const LLUUID& item_id = objectp->getAttachmentItemID(); LLViewerInventoryItem *item = gInventory.getItem(item_id); LL_DEBUGS("Avatar") << "ATT removing object, item is " << (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL; + LLAttachmentsMgr::instance().onDetachRequested(item_id); } gMessageSystem->sendReliable(gAgent.getRegionHost()); } |