Honor check of m_Enabled in WorldViewModule.
parent
cc81d924ca
commit
3411d4867d
|
@ -71,6 +71,9 @@ namespace OpenSim.Region.OptionalModules.World.WorldView
|
||||||
|
|
||||||
public void RegionLoaded(Scene scene)
|
public void RegionLoaded(Scene scene)
|
||||||
{
|
{
|
||||||
|
if (!m_Enabled)
|
||||||
|
return;
|
||||||
|
|
||||||
m_Generator = scene.RequestModuleInterface<IMapImageGenerator>();
|
m_Generator = scene.RequestModuleInterface<IMapImageGenerator>();
|
||||||
if (m_Generator == null)
|
if (m_Generator == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue