From 5a697482c915f1fd09f436beff69e662b2b18a21 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Fri, 6 Feb 2026 11:26:06 -0800 Subject: Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- indra/newview/lltooldraganddrop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltooldraganddrop.cpp b/indra/newview/lltooldraganddrop.cpp index 87329d204b..bca4743c19 100644 --- a/indra/newview/lltooldraganddrop.cpp +++ b/indra/newview/lltooldraganddrop.cpp @@ -1828,7 +1828,7 @@ void LLToolDragAndDrop::dropScript(LLViewerObject* hit_obj, } } } - hit_obj->saveScript(new_script, active, true, 0, LLUUID::null); + hit_obj->saveScript(new_script, active, true, LANG_ID_LSL, LLUUID::null); if (gFloaterTools) { gFloaterTools->dirty(); -- cgit v1.3