Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-10-21 02:20:04 -07:00
commit bab7f99865
1 changed files with 1 additions and 1 deletions

View File

@ -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])