From 3ff8dd34b0434d31f40ad25813a349324e1651d1 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 14 Jan 2009 18:48:57 +0000 Subject: * 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 --- OpenSim/Region/Environment/Scenes/Scene.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 4ff4c0e..806b5b5 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -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; } -- cgit v1.1