diff options
author | Justin Clark-Casey (justincc) | 2012-04-25 23:46:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-04-25 23:46:42 +0100 |
commit | 74dbfe6bb5cebf0ea2af5cb80ff03a15a12e125e (patch) | |
tree | f1ba0819dd5c19df5774e0bc031d80e7629d4512 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-74dbfe6bb5cebf0ea2af5cb80ff03a15a12e125e.zip opensim-SC_OLD-74dbfe6bb5cebf0ea2af5cb80ff03a15a12e125e.tar.gz opensim-SC_OLD-74dbfe6bb5cebf0ea2af5cb80ff03a15a12e125e.tar.bz2 opensim-SC_OLD-74dbfe6bb5cebf0ea2af5cb80ff03a15a12e125e.tar.xz |
Comment out avatar move to target message for now.
-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; |