aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 88416e4..fee3bcf 100755
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -5028,7 +5028,7 @@ Label_GroupsDone:
5028 5028
5029 public LandData GetLandData(uint x, uint y) 5029 public LandData GetLandData(uint x, uint y)
5030 { 5030 {
5031 m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y); 5031// m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y);
5032 ILandObject parcel = LandChannel.GetLandObject((int)x, (int)y); 5032 ILandObject parcel = LandChannel.GetLandObject((int)x, (int)y);
5033 if (parcel == null) 5033 if (parcel == null)
5034 return null; 5034 return null;