diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-02-06 11:26:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-06 11:26:06 -0800 |
| commit | 5a697482c915f1fd09f436beff69e662b2b18a21 (patch) | |
| tree | d32418dccbf330ad9f3f96ffa27f34b8ea967c3b | |
| parent | 9b71bd5baac18c6dfd3383f8af3a9e2abb8c76ee (diff) | |
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| -rw-r--r-- | indra/newview/lltooldraganddrop.cpp | 2 |
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(); |
