mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Prevent the core Groups module from being enabled when its name doesn't match the "default" ini choice
This commit is contained in:
@@ -81,7 +81,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Groups
|
||||
}
|
||||
|
||||
if (groupsConfig.GetString("Module", "Default") != "Default")
|
||||
{
|
||||
m_Enabled = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user