diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 3fee642..9ebb6dd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2854,6 +2854,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2854 | Velocity = Vector3.Zero; | 2854 | Velocity = Vector3.Zero; |
2855 | AbsolutePosition = pos; | 2855 | AbsolutePosition = pos; |
2856 | 2856 | ||
2857 | // m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition); | ||
2858 | |||
2857 | AddToPhysicalScene(isFlying); | 2859 | AddToPhysicalScene(isFlying); |
2858 | } | 2860 | } |
2859 | } | 2861 | } |