dont check then logins are disable

master
Christopher 2020-06-28 16:25:22 +02:00
parent 334039f22c
commit 703cc1fd6d
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ namespace OpenSim.Modules.TextureFetcher
private void copyTexturesToInventory(SceneObjectPart part)
{
if (m_scene.LoginsEnabled == false)
return;
if (inventoryContainsScripts(part.ParentGroup.RootPart))
return;