aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
diff options
context:
space:
mode:
authorGarmin Kawaguichi2012-03-25 16:25:41 +0200
committerJustin Clark-Casey (justincc)2012-03-27 02:05:57 +0100
commit1aa1a9eb3d3f5690c7ff0dff9ff843f2e638bb6d (patch)
tree410c8df8b10d1e7a1e3c6ddfd3a135b8dbbb56a8 /OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
parentAllow the user to enter help topics in upper or lowercase. (diff)
downloadopensim-SC_OLD-1aa1a9eb3d3f5690c7ff0dff9ff843f2e638bb6d.zip
opensim-SC_OLD-1aa1a9eb3d3f5690c7ff0dff9ff843f2e638bb6d.tar.gz
opensim-SC_OLD-1aa1a9eb3d3f5690c7ff0dff9ff843f2e638bb6d.tar.bz2
opensim-SC_OLD-1aa1a9eb3d3f5690c7ff0dff9ff843f2e638bb6d.tar.xz
In TerrainModule.cs, the command terrain save-tile is modified to remove an unnecessary double argument "minimum Y tile"
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
index 17e9737..b3c2969 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
@@ -1197,8 +1197,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain
1197 saveToTileCommand.AddArgument("file height", "The height of the file in tiles", "Integer"); 1197 saveToTileCommand.AddArgument("file height", "The height of the file in tiles", "Integer");
1198 saveToTileCommand.AddArgument("minimum X tile", "The X region coordinate of the first section on the file", 1198 saveToTileCommand.AddArgument("minimum X tile", "The X region coordinate of the first section on the file",
1199 "Integer"); 1199 "Integer");
1200 saveToTileCommand.AddArgument("minimum Y tile", "The Y region coordinate of the first section on the file",
1201 "Integer");
1202 saveToTileCommand.AddArgument("minimum Y tile", "The Y region coordinate of the first tile on the file\n" 1200 saveToTileCommand.AddArgument("minimum Y tile", "The Y region coordinate of the first tile on the file\n"
1203 + "= Example =\n" 1201 + "= Example =\n"
1204 + "To save a PNG file for a set of map tiles 2 regions wide and 3 regions high from map co-ordinate (9910,10234)\n" 1202 + "To save a PNG file for a set of map tiles 2 regions wide and 3 regions high from map co-ordinate (9910,10234)\n"