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)]