remove only while login disable

master
Christopher 2020-08-06 02:35:04 +02:00
parent 0f98602561
commit bd0c43f3bb
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ namespace OpenSim.Modules.TextureFetcher
if (m_enable == true)
return;
if (m_scene.LoginsEnabled == false)
if (m_scene.LoginsEnabled == true)
return;
if (inventoryContainsScripts(part.ParentGroup.RootPart))