mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
HG 1.5 is in place. Tested in standalone only.
This commit is contained in:
@@ -115,11 +115,11 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Hypergrid
|
||||
|
||||
m_log.Info("[HypergridService]: Starting...");
|
||||
|
||||
// Object[] args = new Object[] { m_Config, MainServer.Instance };
|
||||
ISimulationService simService = scene.RequestModuleInterface<ISimulationService>();
|
||||
m_HypergridHandler = new GatekeeperServiceInConnector(m_Config, MainServer.Instance, simService);
|
||||
//ServerUtils.LoadPlugin<HypergridServiceInConnector>("OpenSim.Server.Handlers.dll:HypergridServiceInConnector", args);
|
||||
scene.RegisterModuleInterface<IGatekeeperService>(m_HypergridHandler.GateKeeper);
|
||||
|
||||
new UserAgentServerConnector(m_Config, MainServer.Instance);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user