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 else
{ {
m_Enabled = groupsConfig.GetBoolean("Enabled", false); if (groupsConfig.GetBoolean("Enabled", false))
if (!m_Enabled)
{ {
m_log.Info("[GROUPS]: Groups disabled in configuration"); if (groupsConfig.GetString("Module", "Default") == "Default")
return; m_Enabled = true;
} }
if (groupsConfig.GetString("Module", "Default") != "Default")
return;
} }
} }
public void AddRegion(Scene scene) public void AddRegion(Scene scene)