mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 05:56:12 +08:00
Fix the OOB error (#5102). Sorry, my bad.
This commit is contained in:
@@ -8435,7 +8435,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
for (j = seplen; (j < mlen) && (offset[best] > beginning); j++)
|
||||
{
|
||||
if (spcarray[j].ToString() == String.Empty)
|
||||
if (spcarray[j-seplen].ToString() == String.Empty)
|
||||
active[j] = false;
|
||||
|
||||
if (active[j])
|
||||
|
||||
Reference in New Issue
Block a user