mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Ensure selected module is the only active one
This commit is contained in:
@@ -57,6 +57,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile
|
||||
|
||||
public void Initialise(IConfigSource config)
|
||||
{
|
||||
if(config.Configs["UserProfiles"] != null)
|
||||
return;
|
||||
|
||||
m_log.DebugFormat("[PROFILE MODULE]: Basic Profile Module enabled");
|
||||
m_Enabled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user