mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats
This commit is contained in:
@@ -227,6 +227,8 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||
|
||||
m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler());
|
||||
m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim));
|
||||
if(m_openSim.userStatsURI != String.Empty )
|
||||
m_httpServer.AddStreamHandler(new OpenSim.UXSimStatusHandler(m_openSim));
|
||||
}
|
||||
|
||||
private void CreateGridInfoService()
|
||||
|
||||
Reference in New Issue
Block a user