aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index d58484e..1869417 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3841,7 +3841,9 @@ namespace OpenSim.Region.Framework.Scenes
3841 ILandObject land = m_scene.LandChannel.GetLandObject(pos.X, pos.Y); 3841 ILandObject land = m_scene.LandChannel.GetLandObject(pos.X, pos.Y);
3842 if (land != null) 3842 if (land != null)
3843 { 3843 {
3844 TeleportFlagsDebug(); 3844 if (Scene.DEBUG)
3845 TeleportFlagsDebug();
3846
3845 // If we come in via login, landmark or map, we want to 3847 // If we come in via login, landmark or map, we want to
3846 // honor landing points. If we come in via Lure, we want 3848 // honor landing points. If we come in via Lure, we want
3847 // to ignore them. 3849 // to ignore them.