diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-12 16:40:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 16:40:41 -0400 |
commit | 3a1a3bb9248939bfec431dc10814eb598591f78a (patch) | |
tree | 779f80cf4a91db7a43622a9a6d50edc66ce125a8 /indra/llcommon/llapp.cpp | |
parent | 7f9723bd5e05ea5318a56466578467f2755a6f4b (diff) | |
parent | 396ae60e1528515d0cbdfc4290b24ccb172998c8 (diff) |
Merge pull request #1152 from secondlife/lua-terminate-script
Add script termination option to 'Lua Scripts' floater
Diffstat (limited to 'indra/llcommon/llapp.cpp')
-rw-r--r-- | indra/llcommon/llapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index b99166991f..905db9e491 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -429,6 +429,7 @@ void LLApp::setStatus(EAppStatus status) statsd = LLSD::Integer(status); } LLEventPumps::instance().obtain("LLApp").post(llsd::map("status", statsd)); + LLEventPumps::instance().obtain("LLLua").post(llsd::map("status", "close_all")); } } |