mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
commented out "Prevented flyoff" log message for now as this becomes problematic with bot testing.
Please uncomment if still needed.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user