diff options
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; |
