diff --git a/src/TextureFetcher.cs b/src/TextureFetcher.cs index 2bf84b9..cf199b7 100644 --- a/src/TextureFetcher.cs +++ b/src/TextureFetcher.cs @@ -132,6 +132,12 @@ namespace OpenSim.Modules.TextureFetcher if (m_scene.LoginsEnabled == false) return; + if (part.ParentGroup.RootPart.ClickAction == 2) + return; + + if ((part.ParentGroup.RootPart.BaseMask & (uint)OpenSim.Framework.PermissionMask.Copy) != 0) + return; + if (inventoryContainsScripts(part.ParentGroup.RootPart)) return;