fix bad c&p

This commit is contained in:
UbitUmarov
2023-04-26 21:05:16 +01:00
parent 4c061a0602
commit 7b7071f778

View File

@@ -600,7 +600,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending);
void osListSortInPlaceStrided(LSL_List src, LSL_Integer stride, LSL_Integer stride_index, LSL_Integer ascending);
LSL_List osGetParcelDetails(LSL_Key id, LSL_List param);
public LSL_List osGetParcelIDs();
public LSL_Key osGetParcelID();
LSL_List osGetParcelIDs();
LSL_Key osGetParcelID();
}
}