Honor check of m_Enabled in WorldViewModule.

This commit is contained in:
Diva Canto
2011-02-05 19:40:55 -08:00
parent cc81d924ca
commit 3411d4867d

View File

@@ -71,6 +71,9 @@ namespace OpenSim.Region.OptionalModules.World.WorldView
public void RegionLoaded(Scene scene)
{
if (!m_Enabled)
return;
m_Generator = scene.RequestModuleInterface<IMapImageGenerator>();
if (m_Generator == null)
{