change config module name

master
Christopher 2020-01-09 15:55:57 +01:00
parent df000afb0d
commit a4792fd931
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
string[] configSections = new string[] { "Map", "Startup" };
if (Util.GetConfigVarFromSections<string>(
m_config, "MapImageModule", configSections, "MapImageModule") != "Warp3DImageModule")
m_config, "MapImageModule", configSections, "MapImageModule") != "Warp3DCachedImageModule")
return;
m_Enabled = true;