aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.cs
diff options
context:
space:
mode:
authorMW2007-05-16 18:11:09 +0000
committerMW2007-05-16 18:11:09 +0000
commit5f9b7321bc1bb449715bc3329d1bb5e092fee22b (patch)
tree4d2c060e641f8b95bb2475f5af86036258fe4bdf /OpenSim.RegionServer/SimClient.cs
parentAdded logging and more crap (diff)
downloadopensim-SC_OLD-5f9b7321bc1bb449715bc3329d1bb5e092fee22b.zip
opensim-SC_OLD-5f9b7321bc1bb449715bc3329d1bb5e092fee22b.tar.gz
opensim-SC_OLD-5f9b7321bc1bb449715bc3329d1bb5e092fee22b.tar.bz2
opensim-SC_OLD-5f9b7321bc1bb449715bc3329d1bb5e092fee22b.tar.xz
a bit more refactoring
Diffstat (limited to 'OpenSim.RegionServer/SimClient.cs')
-rw-r--r--OpenSim.RegionServer/SimClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs
index 4cf2813..0f107d9 100644
--- a/OpenSim.RegionServer/SimClient.cs
+++ b/OpenSim.RegionServer/SimClient.cs
@@ -113,6 +113,8 @@ namespace OpenSim
113 OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "OpenSimClient.cs - Started up new client thread to handle incoming request"); 113 OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "OpenSimClient.cs - Started up new client thread to handle incoming request");
114 cirpack = initialcirpack; 114 cirpack = initialcirpack;
115 userEP = remoteEP; 115 userEP = remoteEP;
116
117 //currently not working due to changes in progress to the authenticating system.
116 /* if (m_gridServer.GetName() == "Remote") 118 /* if (m_gridServer.GetName() == "Remote")
117 { 119 {
118 this.startpos = ((RemoteGridBase)m_gridServer).agentcircuits[initialcirpack.CircuitCode.Code].startpos; 120 this.startpos = ((RemoteGridBase)m_gridServer).agentcircuits[initialcirpack.CircuitCode.Code].startpos;