Merge branch 'avination-current'

This commit is contained in:
Melanie Thielker
2014-10-30 01:32:36 +01:00
2 changed files with 5 additions and 1 deletions

View File

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