diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-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 d2e41f8..d70aa45 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1946,7 +1946,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1946 | return; | 1946 | return; |
1947 | } | 1947 | } |
1948 | 1948 | ||
1949 | if (destPart.ScriptAccessPin != pin) | 1949 | if (destPart.ScriptAccessPin == 0 || destPart.ScriptAccessPin != pin) |
1950 | { | 1950 | { |
1951 | m_log.WarnFormat( | 1951 | m_log.WarnFormat( |
1952 | "[PRIM INVENTORY]: " + | 1952 | "[PRIM INVENTORY]: " + |