Prevent the core Groups module from being enabled when its name doesn't match the "default" ini choice
parent
5b79bfc4df
commit
2cd88787af
|
@ -81,8 +81,11 @@ namespace OpenSim.Region.CoreModules.Avatar.Groups
|
|||
}
|
||||
|
||||
if (groupsConfig.GetString("Module", "Default") != "Default")
|
||||
{
|
||||
m_Enabled = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue