change config module name
parent
df000afb0d
commit
a4792fd931
|
@ -111,7 +111,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
|
||||||
string[] configSections = new string[] { "Map", "Startup" };
|
string[] configSections = new string[] { "Map", "Startup" };
|
||||||
|
|
||||||
if (Util.GetConfigVarFromSections<string>(
|
if (Util.GetConfigVarFromSections<string>(
|
||||||
m_config, "MapImageModule", configSections, "MapImageModule") != "Warp3DImageModule")
|
m_config, "MapImageModule", configSections, "MapImageModule") != "Warp3DCachedImageModule")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_Enabled = true;
|
m_Enabled = true;
|
||||||
|
|
Loading…
Reference in New Issue