diff options
author | Melanie | 2011-11-05 23:12:00 +0000 |
---|---|---|
committer | Melanie | 2011-11-05 23:12:00 +0000 |
commit | bd10d14bbd789392a386e8e44f0c37b861256ea6 (patch) | |
tree | 3545d27083078d0678fcc091437ee5f44044a919 /OpenSim/Region/Framework/Scenes | |
parent | Remove spammy autopilot debug (diff) | |
download | opensim-SC_OLD-bd10d14bbd789392a386e8e44f0c37b861256ea6.zip opensim-SC_OLD-bd10d14bbd789392a386e8e44f0c37b861256ea6.tar.gz opensim-SC_OLD-bd10d14bbd789392a386e8e44f0c37b861256ea6.tar.bz2 opensim-SC_OLD-bd10d14bbd789392a386e8e44f0c37b861256ea6.tar.xz |
Fix build break
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-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 |