mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Poof! on Region.Communications.Hypergrid. Grid code deleted.
This commit is contained in:
@@ -187,18 +187,11 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||
|
||||
protected virtual void InitialiseHGStandaloneServices(LibraryRootFolder libraryRootFolder)
|
||||
{
|
||||
HGGridServicesStandalone gridService
|
||||
= new HGGridServicesStandalone(
|
||||
m_openSim.NetServersInfo, m_httpServer, m_openSim.SceneManager);
|
||||
|
||||
m_commsManager
|
||||
= new HGCommunicationsStandalone(
|
||||
m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer,
|
||||
gridService,
|
||||
libraryRootFolder, false);
|
||||
|
||||
HGServices = gridService;
|
||||
|
||||
CreateGridInfoService();
|
||||
}
|
||||
|
||||
@@ -209,8 +202,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||
m_openSim.NetServersInfo,
|
||||
m_openSim.SceneManager, libraryRootFolder);
|
||||
|
||||
HGServices = ((HGCommunicationsGridMode) m_commsManager).HGServices;
|
||||
|
||||
m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler());
|
||||
m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim));
|
||||
if (m_openSim.userStatsURI != String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user