Fix an issue with rezzing scripted objects.

This commit is contained in:
Melanie Thielker
2010-09-03 03:16:08 +02:00
committed by Melanie
parent 1c8bc9b7b6
commit 17a26c3701

View File

@@ -252,7 +252,7 @@ namespace OpenSim.Region.Framework.Scenes
if (!m_part.ParentGroup.Scene.RegionInfo.RegionSettings.DisableScripts)
{
if (stateSource == 1 && // Prim crossing
if (stateSource == 2 && // Prim crossing
m_part.ParentGroup.Scene.m_trustBinaries)
{
lock (m_items)
@@ -1095,4 +1095,4 @@ namespace OpenSim.Region.Framework.Scenes
}
}
}
}
}