summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-02-06 11:26:06 -0800
committerGitHub <noreply@github.com>2026-02-06 11:26:06 -0800
commit5a697482c915f1fd09f436beff69e662b2b18a21 (patch)
treed32418dccbf330ad9f3f96ffa27f34b8ea967c3b
parent9b71bd5baac18c6dfd3383f8af3a9e2abb8c76ee (diff)
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-rw-r--r--indra/newview/lltooldraganddrop.cpp2
1 files changed, 1 insertions, 1 deletions
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();