diff options
author | Justin Clark-Casey (justincc) | 2012-01-03 18:25:31 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-03 18:25:31 +0000 |
commit | 983b49c0c872e997576d7fc167319e28e6f970e3 (patch) | |
tree | 1acab8e33f82a37b78d04c0a770fbee16ba536fe /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-983b49c0c872e997576d7fc167319e28e6f970e3.zip opensim-SC_OLD-983b49c0c872e997576d7fc167319e28e6f970e3.tar.gz opensim-SC_OLD-983b49c0c872e997576d7fc167319e28e6f970e3.tar.bz2 opensim-SC_OLD-983b49c0c872e997576d7fc167319e28e6f970e3.tar.xz |
commented out "Prevented flyoff" log message for now as this becomes problematic with bot testing.
Please uncomment if still needed.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 3d1c1b5..42cd4be 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2844,7 +2844,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2844 | Velocity = Vector3.Zero; | 2844 | Velocity = Vector3.Zero; |
2845 | AbsolutePosition = pos; | 2845 | AbsolutePosition = pos; |
2846 | 2846 | ||
2847 | m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition); | 2847 | // m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition); |
2848 | 2848 | ||
2849 | AddToPhysicalScene(isFlying); | 2849 | AddToPhysicalScene(isFlying); |
2850 | } | 2850 | } |