dont check then logins are disable
parent
334039f22c
commit
703cc1fd6d
|
@ -127,6 +127,9 @@ namespace OpenSim.Modules.TextureFetcher
|
||||||
|
|
||||||
private void copyTexturesToInventory(SceneObjectPart part)
|
private void copyTexturesToInventory(SceneObjectPart part)
|
||||||
{
|
{
|
||||||
|
if (m_scene.LoginsEnabled == false)
|
||||||
|
return;
|
||||||
|
|
||||||
if (inventoryContainsScripts(part.ParentGroup.RootPart))
|
if (inventoryContainsScripts(part.ParentGroup.RootPart))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue