From 15a11e9745f180fc637a41970498710b3511a53c Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 11 Jan 2010 05:03:56 +0000 Subject: Refactor. Move MainServer init to a place with greener grass --- .../ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs') diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 7fdff60..74f11a4 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs @@ -77,7 +77,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager { m_openSim = openSim; m_httpServer = openSim.HttpServer; - MainServer.Instance = m_httpServer; InitialiseCommsManager(openSim); } -- cgit v1.1