Shouldn't be needing explicitly adding login xmlrpc

afrisby
lbsa71 2007-07-13 15:49:54 +00:00
parent 9775f3b94b
commit d89362fe99
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ namespace SimpleApp
world.PhysScene = PhysicsScene.Null;
udpServer.LocalWorld = world;
httpServer.AddXmlRPCHandler("login_to_simulator", communicationsManager.UserServices.XmlRpcLoginMethod );
httpServer.Start();
m_log.WriteLine( LogPriority.NORMAL, "Press enter to quit.");