diff options
author | Adam Frisby | 2007-06-05 12:22:42 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-05 12:22:42 +0000 |
commit | 891b92a780d28e8a18627647a222b48f0695b269 (patch) | |
tree | 5beb6b1d0e96307e2b1b55aa60dd95bef5ab4ef5 /OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs | |
parent | * Small bugfix: Avatar rezzing from grid mode should no longer place you unde... (diff) | |
download | opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.zip opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.gz opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.bz2 opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.xz |
* Removing dead comments
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs index 0802d75..387ba0b 100644 --- a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs +++ b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs | |||
@@ -34,7 +34,6 @@ namespace OpenSim | |||
34 | { | 34 | { |
35 | agentData.startpos = new LLVector3(Convert.ToUInt32(requestData["startpos_x"]), Convert.ToUInt32(requestData["startpos_y"]), Convert.ToUInt32(requestData["startpos_z"])); | 35 | agentData.startpos = new LLVector3(Convert.ToUInt32(requestData["startpos_x"]), Convert.ToUInt32(requestData["startpos_y"]), Convert.ToUInt32(requestData["startpos_z"])); |
36 | agentData.child = false; | 36 | agentData.child = false; |
37 | // Console.WriteLine("expect user start pos is " + agentData.startpos.X + " , " + agentData.startpos.Y + " , " + agentData.startpos.Z); | ||
38 | 37 | ||
39 | } | 38 | } |
40 | 39 | ||