diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-04-01 09:11:07 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-04-01 09:11:07 +0800 |
| commit | 15ff3eaea87e658e3606b1e6741b555ef6737524 (patch) | |
| tree | 058ab25f500d98327367d6a7692963cced479d34 /indra/llui/llcommandmanager.cpp | |
| parent | d9153e3456e618def6b74729ce9a7ace093bb14a (diff) | |
| parent | e671cb54fee9cb7b7da39953eb96eabc9151f687 (diff) | |
Merge tag 'Second_Life_Release#e671cb54-2025.03' into 2025.03
Diffstat (limited to 'indra/llui/llcommandmanager.cpp')
| -rw-r--r-- | indra/llui/llcommandmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llcommandmanager.cpp b/indra/llui/llcommandmanager.cpp index 03717da80b..b10ec51f18 100644 --- a/indra/llui/llcommandmanager.cpp +++ b/indra/llui/llcommandmanager.cpp @@ -170,12 +170,14 @@ bool LLCommandManager::load() if (!parser.readXUI(commands_file, commandsParams)) { + LLError::LLUserWarningMsg::showMissingFiles(); LL_ERRS() << "Unable to load xml file: " << commands_file << LL_ENDL; return false; } if (!commandsParams.validateBlock()) { + LLError::LLUserWarningMsg::showMissingFiles(); LL_ERRS() << "Invalid commands file: " << commands_file << LL_ENDL; return false; } |
