aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs1
1 files changed, 1 insertions, 0 deletions
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
1058 if (PhysicsActor != null) 1058 if (PhysicsActor != null)
1059 isFlying = PhysicsActor.Flying; 1059 isFlying = PhysicsActor.Flying;
1060 1060
1061 m_log.DebugFormat("[SCENE PRESENCCE]: Local teleport, flying = {0}", isFlying);
1061 RemoveFromPhysicalScene(); 1062 RemoveFromPhysicalScene();
1062 Velocity = Vector3.Zero; 1063 Velocity = Vector3.Zero;
1063 CheckLandingPoint(ref pos); 1064 CheckLandingPoint(ref pos);