diff options
author | lbsa71 | 2007-07-13 15:49:54 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-13 15:49:54 +0000 |
commit | d89362fe9974427b3d39c3425af272dbc7b0e076 (patch) | |
tree | ec348da97d09ea181a329ab12679d8333941e707 /OpenSim | |
parent | * Merged solutions again; welcome home, boys! (diff) | |
download | opensim-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.cs | 2 |
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 | ||