Minor fixes

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2023-07-31 16:06:55 +02:00
committed by UbitUmarov
parent c0fe11a0c7
commit dba340a447
2 changed files with 7 additions and 7 deletions

View File

@@ -1690,13 +1690,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
LSL_Integer osGetSittingAvatarsCount()
public LSL_Integer osGetSittingAvatarsCount()
{
return m_OSSL_Functions.osGetSittingAvatarsCount();
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
LSL_Integer osGetSittingAvatarsCount(LSL_Key object_id)
public LSL_Integer osGetSittingAvatarsCount(LSL_Key object_id)
{
return m_OSSL_Functions.osGetSittingAvatarsCount(object_id);
}