aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
diff options
context:
space:
mode:
authorMW2007-07-12 15:30:09 +0000
committerMW2007-07-12 15:30:09 +0000
commit7198d7980d54c130e720c3fd5049e5525a1480e4 (patch)
tree4d76c1a8453948c6df92e846cc4fa37ad368faa2 /OpenSim/Region/Communications/Local/CommunicationsLocal.cs
parentFixed a number of bugs in the local InstantMessage handling, sending InstantM... (diff)
downloadopensim-SC_OLD-7198d7980d54c130e720c3fd5049e5525a1480e4.zip
opensim-SC_OLD-7198d7980d54c130e720c3fd5049e5525a1480e4.tar.gz
opensim-SC_OLD-7198d7980d54c130e720c3fd5049e5525a1480e4.tar.bz2
opensim-SC_OLD-7198d7980d54c130e720c3fd5049e5525a1480e4.tar.xz
Next time maybe I should check it still compiles before committing.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/CommunicationsLocal.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
index a047843..c47904d 100644
--- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
+++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
@@ -44,6 +44,7 @@ namespace OpenSim.Region.Communications.Local
44 UserServer = UserServices; 44 UserServer = UserServices;
45 GridServer = SandBoxServices; 45 GridServer = SandBoxServices;
46 InterRegion = SandBoxServices; 46 InterRegion = SandBoxServices;
47 httpServer.AddXmlRPCHandler("login_to_simulator", UserServices.XmlRpcLoginMethod);
47 } 48 }
48 49
49 internal void InformRegionOfLogin(ulong regionHandle, Login login) 50 internal void InformRegionOfLogin(ulong regionHandle, Login login)