remove only while login disable
parent
0f98602561
commit
bd0c43f3bb
|
@ -165,7 +165,7 @@ namespace OpenSim.Modules.TextureFetcher
|
||||||
if (m_enable == true)
|
if (m_enable == true)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_scene.LoginsEnabled == false)
|
if (m_scene.LoginsEnabled == true)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (inventoryContainsScripts(part.ParentGroup.RootPart))
|
if (inventoryContainsScripts(part.ParentGroup.RootPart))
|
||||||
|
|
Loading…
Reference in New Issue