Fix an issue with rezzing scripted objects.

prebuild-update
Melanie Thielker 2010-09-03 03:16:08 +02:00 committed by Melanie
parent 1c8bc9b7b6
commit 17a26c3701
1 changed files with 2 additions and 2 deletions

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
}
}
}
}
}