mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Merge commit '4ae4b14b5da9b828bbb7c4e5b05693ad8528556a' into bigmerge
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user