diff options
Next time maybe I should check it still compiles before committing.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 728329e..67b4d8c 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -115,11 +115,6 @@ namespace OpenSim | |||
115 | 115 | ||
116 | m_log.Verbose("Main.cs:Startup() - Initialising HTTP server"); | 116 | m_log.Verbose("Main.cs:Startup() - Initialising HTTP server"); |
117 | 117 | ||
118 | if (m_sandbox) | ||
119 | { | ||
120 | httpServer.AddXmlRPCHandler("login_to_simulator", ((CommunicationsLocal)this.commsManager).UserServices.XmlRpcLoginMethod); | ||
121 | } | ||
122 | |||
123 | //Start http server | 118 | //Start http server |
124 | m_log.Verbose("Main.cs:Startup() - Starting HTTP server"); | 119 | m_log.Verbose("Main.cs:Startup() - Starting HTTP server"); |
125 | httpServer.Start(); | 120 | httpServer.Start(); |