diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 87fee56..cd8c9a5 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1974,7 +1974,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1974 | return; | 1974 | return; |
1975 | } | 1975 | } |
1976 | 1976 | ||
1977 | if (destPart.ScriptAccessPin != pin) | 1977 | if (destPart.ScriptAccessPin == 0 || destPart.ScriptAccessPin != pin) |
1978 | { | 1978 | { |
1979 | m_log.WarnFormat( | 1979 | m_log.WarnFormat( |
1980 | "[PRIM INVENTORY]: " + | 1980 | "[PRIM INVENTORY]: " + |