commented out "Prevented flyoff" log message for now as this becomes problematic with bot testing.

Please uncomment if still needed.
iar_mods
Justin Clark-Casey (justincc) 2012-01-03 18:25:31 +00:00
parent 01eacd3a31
commit 983b49c0c8
1 changed files with 1 additions and 1 deletions

View File

@ -2844,7 +2844,7 @@ namespace OpenSim.Region.Framework.Scenes
Velocity = Vector3.Zero;
AbsolutePosition = pos;
m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition);
// m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition);
AddToPhysicalScene(isFlying);
}