Refactor. Move MainServer init to a place with greener grass

This commit is contained in:
Melanie
2010-01-11 05:03:56 +00:00
parent 7e6980b20d
commit 15a11e9745
2 changed files with 2 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ namespace OpenSim.Region.ClientStack
m_log.Info("[REGION]: Starting HTTP server");
m_httpServer.Start();
MainServer.Instance = m_httpServer;
base.StartupSpecific();
}