diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 4d6467a..4d1c606 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -83,6 +83,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
83 | { | 83 | { |
84 | m_openSim = openSim; | 84 | m_openSim = openSim; |
85 | m_httpServer = openSim.HttpServer; | 85 | m_httpServer = openSim.HttpServer; |
86 | MainServer.Instance = m_httpServer; | ||
86 | 87 | ||
87 | InitialiseCommsManager(openSim); | 88 | InitialiseCommsManager(openSim); |
88 | if (m_commsManager != null) | 89 | if (m_commsManager != null) |