diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-03-26 14:20:52 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-03-26 14:20:52 -0700 |
| commit | b194750f29398c900adfc8463dbf85b90e445ebb (patch) | |
| tree | a2d1c27318456209b89bad069e9921b93b830260 /indra/llinventory/llinventory.cpp | |
| parent | b45bb3186fa28bd2ebbdf8e328f3e239ee5eb4d8 (diff) | |
Some followup CR changes.
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
| -rw-r--r-- | indra/llinventory/llinventory.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 14bd7db617..416b5efccb 100644 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -1535,14 +1535,7 @@ bool LLInventoryCategory::importLegacyStream(std::istream& input_stream) { setFavorite(false); } - if (metadata.has("script") && metadata["script"].has("runtime")) - { - setRuntime(metadata["script"]["runtime"].asString()); - } - else - { - setRuntime(std::string()); - } + setRuntime(std::string()); } else |
