diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-08-28 08:58:56 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-08-28 08:58:56 -0700 |
| commit | 608d7193ab965dbf05466dd3a327d6ead356306d (patch) | |
| tree | 681f9cc6c3bf61d0e4681c91369e21d5e5b8cd65 /indra/newview/llscripteditorws.cpp | |
| parent | 0d4540a5cfa6a0027cb2a635958da1a0b45cea50 (diff) | |
Not sure what happened to the decl...
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
| -rw-r--r-- | indra/newview/llscripteditorws.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp index 6563a5418e..72b5b66463 100644 --- a/indra/newview/llscripteditorws.cpp +++ b/indra/newview/llscripteditorws.cpp @@ -970,6 +970,7 @@ LLSD LLScriptEditorWSServer::handleObjectScriptRecompileAll( queue->setTitle(LLTrans::getString("CompileQueueTitle")); + LLSD response; response["success"] = true; response["object_id"] = root->getID(); response["target"] = (target == "auto-luau") ? "luau" : target; |
