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

@ -57,8 +57,6 @@ namespace SimpleApp
MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer); MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer);
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();