aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs b/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs
index 892d1ae..9de0181 100644
--- a/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs
+++ b/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs
@@ -95,7 +95,6 @@ namespace OpenSim.Region.Environment.Modules.World.Land
95 95
96 public ILandObject GetLandObject(int x, int y) 96 public ILandObject GetLandObject(int x, int y)
97 { 97 {
98
99 if (m_landManagementModule != null) 98 if (m_landManagementModule != null)
100 { 99 {
101 return m_landManagementModule.GetLandObject(x, y); 100 return m_landManagementModule.GetLandObject(x, y);
@@ -185,6 +184,5 @@ namespace OpenSim.Region.Environment.Modules.World.Land
185 } 184 }
186 185
187 #endregion 186 #endregion
188
189 } 187 }
190} 188}