check root part from script
parent
c65e4e4702
commit
6ac1e6eaf9
|
@ -117,7 +117,7 @@ namespace OpenSim.Modules.TextureFetcher
|
|||
|
||||
private void copyTexturesToInventory(SceneObjectPart part)
|
||||
{
|
||||
if (inventoryContainsScripts(part))
|
||||
if (inventoryContainsScripts(part.ParentGroup.RootPart))
|
||||
return;
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue