From 6f5eb8c7b81126751bf8823bfd81b9d3fe1606d1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 14 Aug 2025 22:26:23 +0100 Subject: [PATCH] ok that was not the stub.. --- OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 29783eb1fa..cb3ca6ebd6 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs @@ -1406,6 +1406,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase m_LSL_Functions.llMakeSmoke(particles, scale, vel, lifetime, arc, texture, offset); } + [MethodImpl(MethodImplOptions.AggressiveInlining)] + public void llMapBeacon(string simname, LSL_Vector pos, LSL_List loptions) + { + m_LSL_Functions.llMapBeacon(simname, pos, loptions); + } + [MethodImpl(MethodImplOptions.AggressiveInlining)] public void llMapDestination(string simname, LSL_Vector pos, LSL_Vector look_at) {