aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
index f52a287..fa52334 100644
--- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
@@ -840,7 +840,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
840 "Sets the terrain texture heights on corner #<corner> to <min>/<max>, if <x> or <y> are specified, it will only " + 840 "Sets the terrain texture heights on corner #<corner> to <min>/<max>, if <x> or <y> are specified, it will only " +
841 "set it on regions with a matching coordinate. Specify -1 in <x> or <y> to wildcard" + 841 "set it on regions with a matching coordinate. Specify -1 in <x> or <y> to wildcard" +
842 " that coordinate. Corner # SW = 0, NW = 1, SE = 2, NE = 3.", 842 " that coordinate. Corner # SW = 0, NW = 1, SE = 2, NE = 3.",
843 consoleSetTerrainTexture); 843 consoleSetTerrainHeights);
844 } 844 }
845 845
846 #region Console Commands 846 #region Console Commands