mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); around, because it was crashing. Now it crashes elsewhere.
This commit is contained in:
@@ -148,13 +148,13 @@ namespace OpenSim
|
||||
|
||||
RegisterConsoleCommands();
|
||||
|
||||
base.StartupSpecific();
|
||||
|
||||
MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler());
|
||||
MainServer.Instance.AddStreamHandler(new OpenSim.XSimStatusHandler(this));
|
||||
if (userStatsURI != String.Empty)
|
||||
MainServer.Instance.AddStreamHandler(new OpenSim.UXSimStatusHandler(this));
|
||||
|
||||
base.StartupSpecific();
|
||||
|
||||
if (m_console is RemoteConsole)
|
||||
((RemoteConsole)m_console).SetServer(m_httpServer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user