aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
diff options
context:
space:
mode:
authorMic Bowman2011-01-26 13:35:21 -0800
committerMic Bowman2011-01-26 13:35:21 -0800
commit2bab8e5538d004447126ce8990d8b2e2b09aacf1 (patch)
treee5885ef5df7c69829816c30f5ee72c63fd1829cb /OpenSim/Region/CoreModules/World/Land/LandChannel.cs
parentRemove the RestorePresences functions (which don't seem to be doing (diff)
parentAdd some comments on ILandObject.StartPoint and EndPoint (diff)
downloadopensim-SC_OLD-2bab8e5538d004447126ce8990d8b2e2b09aacf1.zip
opensim-SC_OLD-2bab8e5538d004447126ce8990d8b2e2b09aacf1.tar.gz
opensim-SC_OLD-2bab8e5538d004447126ce8990d8b2e2b09aacf1.tar.bz2
opensim-SC_OLD-2bab8e5538d004447126ce8990d8b2e2b09aacf1.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandChannel.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandChannel.cs b/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
index 1ad4db2..9e27ef0 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
@@ -64,7 +64,7 @@ namespace OpenSim.Region.CoreModules.World.Land
64 #endregion 64 #endregion
65 65
66 private readonly Scene m_scene; 66 private readonly Scene m_scene;
67 private readonly LandManagementModule m_landManagementModule; 67 private readonly LandManagementModule m_landManagementModule;
68 68
69 public LandChannel(Scene scene, LandManagementModule landManagementMod) 69 public LandChannel(Scene scene, LandManagementModule landManagementMod)
70 { 70 {