Also make the HGUserManagementModule more amenable to subclassing.
parent
f800f5ba57
commit
d2f61f5320
|
@ -52,7 +52,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
|||
|
||||
#region ISharedRegionModule
|
||||
|
||||
public new void Initialise(IConfigSource config)
|
||||
public override void Initialise(IConfigSource config)
|
||||
{
|
||||
string umanmod = config.Configs["Modules"].GetString("UserManagementModule", null);
|
||||
if (umanmod == Name)
|
||||
|
@ -172,4 +172,4 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue