summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-03-19 17:05:55 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-03-19 17:05:55 -0400
commit8963185f5bea5af8ede04f41423ae1f822d80899 (patch)
tree016d213f9c82c1f5d7ba9ce3a961bdc3bc311ec0 /indra/newview/llappearancemgr.cpp
parent090d3097d569922b7c3b681cb77ff14a29a60b07 (diff)
MAINT-4917 WIP - comments and bug fixes for batching up COF link requests after attachments added.
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-xindra/newview/llappearancemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 258d69d546..5e51758ac6 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -3935,7 +3935,7 @@ void LLAppearanceMgr::unregisterAttachment(const LLUUID& item_id)
<< (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL;
gInventory.addChangedMask(LLInventoryObserver::LABEL, item_id);
- if (mAttachmentInvLinkEnabled)
+ if (mAttachmentInvLinkEnabled && isLinkedInCOF(item_id))
{
LL_DEBUGS("Avatar") << "ATT removing COF link for attachment "
<< (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL;