mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +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();
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
UserServer = UserServices;
|
||||
GridServer = SandBoxServices;
|
||||
InterRegion = SandBoxServices;
|
||||
httpServer.AddXmlRPCHandler("login_to_simulator", UserServices.XmlRpcLoginMethod);
|
||||
}
|
||||
|
||||
internal void InformRegionOfLogin(ulong regionHandle, Login login)
|
||||
|
||||
Reference in New Issue
Block a user