From 323ffd7a893e76f097487c1ab461923d996dc1ca Mon Sep 17 00:00:00 2001 From: Melanie Date: Sat, 10 Dec 2011 15:28:32 +0100 Subject: Fix a regression that causes data from the attachments module to fail loading --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Framework/Scenes') diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 8ff804b..4034621 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -1058,6 +1058,7 @@ namespace OpenSim.Region.Framework.Scenes if (PhysicsActor != null) isFlying = PhysicsActor.Flying; + m_log.DebugFormat("[SCENE PRESENCCE]: Local teleport, flying = {0}", isFlying); RemoveFromPhysicalScene(); Velocity = Vector3.Zero; CheckLandingPoint(ref pos); -- cgit v1.1