mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
The Library Service is now working. UserProfileCacheService.LibraryRoot is obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
This commit is contained in:
@@ -51,8 +51,9 @@ namespace OpenSim.Server.Handlers.Login
|
||||
string loginService = ReadLocalServiceFromConfig(config);
|
||||
|
||||
ISimulationService simService = scene.RequestModuleInterface<ISimulationService>();
|
||||
ILibraryService libService = scene.RequestModuleInterface<ILibraryService>();
|
||||
|
||||
Object[] args = new Object[] { config, simService };
|
||||
Object[] args = new Object[] { config, simService, libService };
|
||||
m_LoginService = ServerUtils.LoadPlugin<ILoginService>(loginService, args);
|
||||
|
||||
InitializeHandlers(server);
|
||||
|
||||
Reference in New Issue
Block a user