summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluadebug.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-03-29 11:11:39 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-03-29 11:11:39 -0400
commita75b9a629c1c37ae58fe753922b4282bacf8205f (patch)
tree228f08a1500822d89f12ffefb7a6841ff82a40aa /indra/newview/llfloaterluadebug.cpp
parentb165191a1488201c35170d0c5ba4fcd8c5342bf2 (diff)
parentb4d699764044301c460560f7665b623a571bf14f (diff)
Merge branch 'release/luau-scripting' into lua-startup
Diffstat (limited to 'indra/newview/llfloaterluadebug.cpp')
-rw-r--r--indra/newview/llfloaterluadebug.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterluadebug.cpp b/indra/newview/llfloaterluadebug.cpp
index b63600e0e6..f247528231 100644
--- a/indra/newview/llfloaterluadebug.cpp
+++ b/indra/newview/llfloaterluadebug.cpp
@@ -111,8 +111,7 @@ void LLFloaterLUADebug::runSelectedScript(const std::vector<std::string> &filena
if (!filepath.empty())
{
mScriptPath->setText(filepath);
- cleanLuaState();
- LLLUAmanager::runScriptFile(mState, filepath, [this](int count, const LLSD& result)
+ LLLUAmanager::runScriptFile(filepath, [this](int count, const LLSD &result)
{
completion(count, result);
});