summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-08-20 23:09:14 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-08-20 23:09:14 +0300
commit3cef79d979f2d21c29d17d123d6c166b9f7e7e0e (patch)
tree8f3ff9a120f590bfa4fb90904eae7cb4232f4342 /indra/llinventory/llfoldertype.cpp
parentab0f7ff14cd80b89524ba95eb5a39e2d6df55b26 (diff)
Add collectDescendentsIf api for Lua
Diffstat (limited to 'indra/llinventory/llfoldertype.cpp')
-rw-r--r--indra/llinventory/llfoldertype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index 158759c957..c8ef1ccc1b 100644
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -230,6 +230,7 @@ LLSD LLFolderType::getTypeNames()
if (lookupIsEnsembleType((LLFolderType::EType)type)) continue;
const FolderEntry *entry = LLFolderDictionary::getInstance()->lookup((LLFolderType::EType)type);
+ //skip llfoldertype_bad_lookup
if (entry)
{
type_names.append(entry->mName);