diff options
Diffstat (limited to 'OpenSim')
-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 ce638e0..6fbc410 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1756,7 +1756,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1756 | 1756 | ||
1757 | // m_log.DebugFormat( | 1757 | // m_log.DebugFormat( |
1758 | // "[SCENE PRESENCE]: Avatar {0} received request to move to position {1} in {2}", | 1758 | // "[SCENE PRESENCE]: Avatar {0} received request to move to position {1} in {2}", |
1759 | Name, pos, m_scene.RegionInfo.RegionName); | 1759 | // Name, pos, m_scene.RegionInfo.RegionName); |
1760 | 1760 | ||
1761 | if (pos.X < 0 || pos.X >= Constants.RegionSize | 1761 | if (pos.X < 0 || pos.X >= Constants.RegionSize |
1762 | || pos.Y < 0 || pos.Y >= Constants.RegionSize | 1762 | || pos.Y < 0 || pos.Y >= Constants.RegionSize |