mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Honor check of m_Enabled in WorldViewModule.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user