same for osGetLinkInventoryItemKeys

This commit is contained in:
UbitUmarov
2024-03-05 19:04:36 +00:00
parent f770fc8a0e
commit 6afa7d564b
3 changed files with 3 additions and 3 deletions

View File

@@ -5579,7 +5579,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return ret;
}
public LSL_List osGetLinkInventoryKeys(LSL_Integer linkNumber, LSL_Integer type)
public LSL_List osGetLinkInventoryItemKeys(LSL_Integer linkNumber, LSL_Integer type)
{
LSL_List ret = new();