mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
oops
This commit is contained in:
@@ -6645,7 +6645,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (instance > src.Length / test.Length)
|
||||
return -1;
|
||||
|
||||
for (int i = src.Length - test.Length; i >= 0 ; i++)
|
||||
for (int i = src.Length - test.Length; i >= 0 ; i--)
|
||||
{
|
||||
if (LSL_List.ListFind_areEqual(test0, src[i]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user