ignoriere objekte zum verkauf und copy
parent
58c24aac9c
commit
cfd94cc0a3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue