diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 4d1c606..6a66116 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -190,11 +190,11 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
190 | { | 190 | { |
191 | HGGridServicesStandalone gridService | 191 | HGGridServicesStandalone gridService |
192 | = new HGGridServicesStandalone( | 192 | = new HGGridServicesStandalone( |
193 | m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, m_openSim.SceneManager); | 193 | m_openSim.NetServersInfo, m_httpServer, m_openSim.SceneManager); |
194 | 194 | ||
195 | m_commsManager | 195 | m_commsManager |
196 | = new HGCommunicationsStandalone( | 196 | = new HGCommunicationsStandalone( |
197 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, | 197 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, |
198 | gridService, | 198 | gridService, |
199 | libraryRootFolder, false); | 199 | libraryRootFolder, false); |
200 | 200 | ||