Merge commit '4ae4b14b5da9b828bbb7c4e5b05693ad8528556a' into bigmerge

This commit is contained in:
Melanie
2011-10-11 21:29:04 +01:00
2 changed files with 52 additions and 45 deletions

View File

@@ -124,6 +124,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts
if (!m_Enabled)
return;
// FIXME: Why do we bother setting this module and caching up if we just end up registering the inner
// user account service?!
scene.RegisterModuleInterface<IUserAccountService>(UserAccountService);
scene.RegisterModuleInterface<IUserAccountCacheModule>(m_Cache);
}