refactor: move estate owner setup code into separate method

This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-16 00:24:23 +01:00
parent 522d6261f1
commit 4ae4b14b5d
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);
}