Kill the dumb Opensimulator Testing group again - for good.

avinationmerge
Melanie 2013-01-19 13:21:43 +01:00
parent 777c80becb
commit 1323271826
1 changed files with 3 additions and 8 deletions

View File

@ -73,17 +73,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Groups
}
else
{
m_Enabled = groupsConfig.GetBoolean("Enabled", false);
if (!m_Enabled)
if (groupsConfig.GetBoolean("Enabled", false))
{
m_log.Info("[GROUPS]: Groups disabled in configuration");
return;
if (groupsConfig.GetString("Module", "Default") == "Default")
m_Enabled = true;
}
if (groupsConfig.GetString("Module", "Default") != "Default")
return;
}
}
public void AddRegion(Scene scene)