aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-17 15:58:50 +0000
committerTeravus Ovares2008-04-17 15:58:50 +0000
commit4ee368785db1d278c1bd664b4fcad2dd4c192ffd (patch)
treede49a143ae4b2f0d1d7b522a45c68cb0219d690a /OpenSim/Region/ClientStack/ClientView.cs
parentFrom: Alan M Webb <awebb@vnet.ibm.com> (diff)
downloadopensim-SC_OLD-4ee368785db1d278c1bd664b4fcad2dd4c192ffd.zip
opensim-SC_OLD-4ee368785db1d278c1bd664b4fcad2dd4c192ffd.tar.gz
opensim-SC_OLD-4ee368785db1d278c1bd664b4fcad2dd4c192ffd.tar.bz2
opensim-SC_OLD-4ee368785db1d278c1bd664b4fcad2dd4c192ffd.tar.xz
* Acks the first UseCircuitCode packet
* Implements Teleport One Agent Home
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 7a3cff1..89b0400 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -324,7 +324,7 @@ namespace OpenSim.Region.ClientStack
324 324
325 m_userEndPoint = remoteEP; 325 m_userEndPoint = remoteEP;
326 m_proxyEndPoint = proxyEP; 326 m_proxyEndPoint = proxyEP;
327 327
328 m_startpos = m_authenticateSessionsHandler.GetPosition(circuitCode); 328 m_startpos = m_authenticateSessionsHandler.GetPosition(circuitCode);
329 329
330 // While working on this, the BlockingQueue had me fooled for a bit. 330 // While working on this, the BlockingQueue had me fooled for a bit.