Kill the dumb Opensimulator Testing group again - for good.
parent
777c80becb
commit
1323271826
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue