summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
-rw-r--r--indra/newview/llscripteditorws.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp
index 41efa7e016..6563a5418e 100644
--- a/indra/newview/llscripteditorws.cpp
+++ b/indra/newview/llscripteditorws.cpp
@@ -970,10 +970,9 @@ LLSD LLScriptEditorWSServer::handleObjectScriptRecompileAll(
queue->setTitle(LLTrans::getString("CompileQueueTitle"));
- LLSD response;
response["success"] = true;
response["object_id"] = root->getID();
- response["target"] = target;
+ response["target"] = (target == "auto-luau") ? "luau" : target;
response["queued"] = true;
return response;
}