Fix an issue with rezzing scripted objects.
parent
1c8bc9b7b6
commit
17a26c3701
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue