aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712007-07-13 15:49:54 +0000
committerlbsa712007-07-13 15:49:54 +0000
commitd89362fe9974427b3d39c3425af272dbc7b0e076 (patch)
treeec348da97d09ea181a329ab12679d8333941e707 /OpenSim
parent* Merged solutions again; welcome home, boys! (diff)
downloadopensim-SC_OLD-d89362fe9974427b3d39c3425af272dbc7b0e076.zip
opensim-SC_OLD-d89362fe9974427b3d39c3425af272dbc7b0e076.tar.gz
opensim-SC_OLD-d89362fe9974427b3d39c3425af272dbc7b0e076.tar.bz2
opensim-SC_OLD-d89362fe9974427b3d39c3425af272dbc7b0e076.tar.xz
Shouldn't be needing explicitly adding login xmlrpc
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs
index 621ef1b..7770538 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -57,8 +57,6 @@ namespace SimpleApp
57 MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer); 57 MyWorld world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer);
58 world.PhysScene = PhysicsScene.Null; 58 world.PhysScene = PhysicsScene.Null;
59 udpServer.LocalWorld = world; 59 udpServer.LocalWorld = world;
60
61 httpServer.AddXmlRPCHandler("login_to_simulator", communicationsManager.UserServices.XmlRpcLoginMethod );
62 60
63 httpServer.Start(); 61 httpServer.Start();
64 62