diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index e8178ce..7a94215 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1690,9 +1690,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
1690 | if (pos.Z - terrainHeight < 0.2) | 1690 | if (pos.Z - terrainHeight < 0.2) |
1691 | pos.Z = terrainHeight; | 1691 | pos.Z = terrainHeight; |
1692 | 1692 | ||
1693 | m_log.DebugFormat( | 1693 | // m_log.DebugFormat( |
1694 | "[SCENE PRESENCE]: Avatar {0} set move to target {1} (terrain height {2}) in {3}", | 1694 | // "[SCENE PRESENCE]: Avatar {0} set move to target {1} (terrain height {2}) in {3}", |
1695 | Name, pos, terrainHeight, m_scene.RegionInfo.RegionName); | 1695 | // Name, pos, terrainHeight, m_scene.RegionInfo.RegionName); |
1696 | 1696 | ||
1697 | if (noFly) | 1697 | if (noFly) |
1698 | Flying = false; | 1698 | Flying = false; |