* Remove absolute position and authentication handler addition for incoming 'new user notifications' that have existing scene presences

* The position will be reset if the connection turns out to be a root one, and since the client is already authenticated another authentication will not occur anyway
0.6.2-post-fixes
Justin Clarke Casey 2009-01-14 18:48:57 +00:00
parent 75ea84f3d2
commit 3ff8dd34b0
1 changed files with 0 additions and 2 deletions

View File

@ -2791,8 +2791,6 @@ namespace OpenSim.Region.Environment.Scenes
// "[CONNECTION BEGIN]: Updated existing agent {0} in {1}", agent.AgentID, RegionInfo.RegionName);
sp.AdjustKnownSeeds();
sp.AbsolutePosition = agent.startpos;
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
return;
}