diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 178d652..626a71c 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -654,7 +654,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
654 | m_animations.Clear(); | 654 | m_animations.Clear(); |
655 | 655 | ||
656 | // m_log.DebugFormat( | 656 | // m_log.DebugFormat( |
657 | // "[SCENEPRESENCE]: Downgrading child agent {0}, {1} to a root agent in {2}", | 657 | // "[SCENEPRESENCE]: Downgrading root agent {0}, {1} to a child agent in {2}", |
658 | // Name, UUID, m_scene.RegionInfo.RegionName); | 658 | // Name, UUID, m_scene.RegionInfo.RegionName); |
659 | 659 | ||
660 | Velocity = new LLVector3(0, 0, 0); | 660 | Velocity = new LLVector3(0, 0, 0); |