Also make the HGUserManagementModule more amenable to subclassing.

LSLKeyTest
Melanie Thielker 2016-06-16 01:47:52 +02:00
parent f800f5ba57
commit d2f61f5320
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}
}