mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fix bad c&p
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user