From 0d73a817ccc56df9f23c525d2086ef30c1d81b8c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 5 Mar 2024 20:21:41 +0000 Subject: [PATCH] oops --- OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index fc816eb9fc..2fb00ce47a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs @@ -1473,9 +1473,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase } [MethodImpl(MethodImplOptions.AggressiveInlining)] - public LSL_List osGetLinkInventoryKeys(LSL_Integer linkNumber, LSL_Integer type) + public LSL_List osGetLinkInventoryItemKeys(LSL_Integer linkNumber, LSL_Integer type) { - return m_OSSL_Functions.osGetLinkInventoryKeys(linkNumber, type); + return m_OSSL_Functions.osGetLinkInventoryItemKeys(linkNumber, type); } [MethodImpl(MethodImplOptions.AggressiveInlining)]