diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index cc6ded7..92523d4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -8435,7 +8435,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
8435 | { | 8435 | { |
8436 | for (j = seplen; (j < mlen) && (offset[best] > beginning); j++) | 8436 | for (j = seplen; (j < mlen) && (offset[best] > beginning); j++) |
8437 | { | 8437 | { |
8438 | if (spcarray[j].ToString() == String.Empty) | 8438 | if (spcarray[j-seplen].ToString() == String.Empty) |
8439 | active[j] = false; | 8439 | active[j] = false; |
8440 | 8440 | ||
8441 | if (active[j]) | 8441 | if (active[j]) |