summaryrefslogtreecommitdiff
path: root/indra/newview/llattachmentsmgr.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-09-12 11:08:27 -0500
committerGitHub <noreply@github.com>2024-09-12 11:08:27 -0500
commit3c5e8ded9399dc1419b8596c99f2a1ef9656b7bb (patch)
tree84cbb5d1fe96a05e26e982fd85eaa95d3bfa88d4 /indra/newview/llattachmentsmgr.cpp
parent61990bfd6992ca1c4ee2df2795a469f67b085968 (diff)
parent264c57831bc6ca9be1c465c10a2558c3d28b936e (diff)
Merge branch 'develop' into davep-fix-mac-vb
Diffstat (limited to 'indra/newview/llattachmentsmgr.cpp')
-rw-r--r--indra/newview/llattachmentsmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llattachmentsmgr.cpp b/indra/newview/llattachmentsmgr.cpp
index deabcd9f42..8b5db2c0fa 100644
--- a/indra/newview/llattachmentsmgr.cpp
+++ b/indra/newview/llattachmentsmgr.cpp
@@ -465,7 +465,7 @@ bool LLAttachmentsMgr::isAttachmentStateComplete() const
//
void LLAttachmentsMgr::checkInvalidCOFLinks()
{
- if (!gInventory.isInventoryUsable())
+ if (!gInventory.isInventoryUsable() || mQuestionableCOFLinks.empty())
{
return;
}