aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2011-11-05 23:12:00 +0000
committerMelanie2011-11-05 23:12:00 +0000
commitbd10d14bbd789392a386e8e44f0c37b861256ea6 (patch)
tree3545d27083078d0678fcc091437ee5f44044a919
parentRemove spammy autopilot debug (diff)
downloadopensim-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
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
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