mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Kill the dumb Opensimulator Testing group again - for good.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user