mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Next time maybe I should check it still compiles before committing.
This commit is contained in:
@@ -115,11 +115,6 @@ namespace OpenSim
|
||||
|
||||
m_log.Verbose("Main.cs:Startup() - Initialising HTTP server");
|
||||
|
||||
if (m_sandbox)
|
||||
{
|
||||
httpServer.AddXmlRPCHandler("login_to_simulator", ((CommunicationsLocal)this.commsManager).UserServices.XmlRpcLoginMethod);
|
||||
}
|
||||
|
||||
//Start http server
|
||||
m_log.Verbose("Main.cs:Startup() - Starting HTTP server");
|
||||
httpServer.Start();
|
||||
|
||||
Reference in New Issue
Block a user