diff options
author | Adam Frisby | 2009-09-24 21:29:57 +1000 |
---|---|---|
committer | Adam Frisby | 2009-09-24 21:29:57 +1000 |
commit | 57429423bbb080d5381dd91ffe4d927537fbf62f (patch) | |
tree | 5bb4897a5333924a7ef5bbf31b32d6d0487b197c /OpenSim/Region | |
parent | * Minor commit, added two new math utility functions. (diff) | |
download | opensim-SC_OLD-57429423bbb080d5381dd91ffe4d927537fbf62f.zip opensim-SC_OLD-57429423bbb080d5381dd91ffe4d927537fbf62f.tar.gz opensim-SC_OLD-57429423bbb080d5381dd91ffe4d927537fbf62f.tar.bz2 opensim-SC_OLD-57429423bbb080d5381dd91ffe4d927537fbf62f.tar.xz |
* Fixing typo.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | 2 |
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 |