Shouldn't be needing explicitly adding login xmlrpc
parent
9775f3b94b
commit
d89362fe99
|
@ -58,8 +58,6 @@ namespace SimpleApp
|
||||||
world.PhysScene = PhysicsScene.Null;
|
world.PhysScene = PhysicsScene.Null;
|
||||||
udpServer.LocalWorld = world;
|
udpServer.LocalWorld = world;
|
||||||
|
|
||||||
httpServer.AddXmlRPCHandler("login_to_simulator", communicationsManager.UserServices.XmlRpcLoginMethod );
|
|
||||||
|
|
||||||
httpServer.Start();
|
httpServer.Start();
|
||||||
|
|
||||||
m_log.WriteLine( LogPriority.NORMAL, "Press enter to quit.");
|
m_log.WriteLine( LogPriority.NORMAL, "Press enter to quit.");
|
||||||
|
|
Loading…
Reference in New Issue