In TerrainModule.cs, the command terrain save-tile is modified to remove an unnecessary double argument "minimum Y tile"

0.7.4.1
Garmin Kawaguichi 2012-03-25 16:25:41 +02:00 committed by Justin Clark-Casey (justincc)
parent 4f17537555
commit 1aa1a9eb3d
1 changed files with 0 additions and 2 deletions

View File

@ -1197,8 +1197,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain
saveToTileCommand.AddArgument("file height", "The height of the file in tiles", "Integer");
saveToTileCommand.AddArgument("minimum X tile", "The X region coordinate of the first section on the file",
"Integer");
saveToTileCommand.AddArgument("minimum Y tile", "The Y region coordinate of the first section on the file",
"Integer");
saveToTileCommand.AddArgument("minimum Y tile", "The Y region coordinate of the first tile on the file\n"
+ "= Example =\n"
+ "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"