mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
same for osGetLinkInventoryItemKeys
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user