Fix a script load issue

avinationmerge
Melanie Thielker 2014-10-30 01:29:03 +01:00
parent 1fc5dadc60
commit 3afd64f2f7
1 changed files with 1 additions and 1 deletions

View File

@ -1946,7 +1946,7 @@ namespace OpenSim.Region.Framework.Scenes
return;
}
if (destPart.ScriptAccessPin != pin)
if (destPart.ScriptAccessPin == 0 || destPart.ScriptAccessPin != pin)
{
m_log.WarnFormat(
"[PRIM INVENTORY]: " +