mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Remove all references to HttpServer from CommsManager (all incarnations)
Change all uses of the HttpServer properties to use the new singleton
This commit is contained in:
@@ -89,7 +89,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
if (m_settings.Configs["Startup"].GetBoolean("gridmode", false))
|
||||
{
|
||||
m_com = m_scenes[0].CommsManager;
|
||||
m_com.HttpServer.AddXmlRPCHandler("grid_message", GridWideMessage);
|
||||
MainServer.Instance.AddXmlRPCHandler("grid_message", GridWideMessage);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user