mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Shouldn't be needing explicitly adding login xmlrpc
This commit is contained in:
@@ -57,8 +57,6 @@ namespace SimpleApp
|
||||
MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer);
|
||||
world.PhysScene = PhysicsScene.Null;
|
||||
udpServer.LocalWorld = world;
|
||||
|
||||
httpServer.AddXmlRPCHandler("login_to_simulator", communicationsManager.UserServices.XmlRpcLoginMethod );
|
||||
|
||||
httpServer.Start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user