aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-26 21:12:41 +0000
committerJustin Clark-Casey (justincc)2011-01-26 21:12:41 +0000
commita0469daf759d09de040aa8b5287fab9a83555cc1 (patch)
tree59e3f732c1f4930d90c2e32ccaca4397513ce06c /OpenSim/Region/CoreModules/World/Land/LandChannel.cs
parentRemoved a few more spurious appearance saves. When an avatar (diff)
downloadopensim-SC_OLD-a0469daf759d09de040aa8b5287fab9a83555cc1.zip
opensim-SC_OLD-a0469daf759d09de040aa8b5287fab9a83555cc1.tar.gz
opensim-SC_OLD-a0469daf759d09de040aa8b5287fab9a83555cc1.tar.bz2
opensim-SC_OLD-a0469daf759d09de040aa8b5287fab9a83555cc1.tar.xz
Implement command "land show". This shows all the parcels on the currently selected region/s
This is useful for diagnostics. The command is "land show" rather than "show land" because it's implemented as a module specific subcommand.
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 {