Remove the "Profile" config as it's covered by the replaceable interface

integration
Melanie 2012-06-04 18:22:09 +01:00
parent 729d90173f
commit 5c646e2603
1 changed files with 0 additions and 8 deletions

View File

@ -57,14 +57,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile
public void Initialise(IConfigSource config)
{
// This can be reduced later as the loader will determine
// whether we are needed
if (config.Configs["Profile"] != null)
{
if (config.Configs["Profile"].GetString("Module", string.Empty) != "BasicProfileModule")
return;
}
m_log.DebugFormat("[PROFILE MODULE]: Basic Profile Module enabled");
m_Enabled = true;
}