Corrected usage message for maze.js to say width instead of height

This commit is contained in:
zml2008
2012-02-11 14:07:01 -08:00
parent 0525112293
commit 029dca9cdb
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
importPackage(Packages.com.sk89q.worldedit);
importPackage(Packages.com.sk89q.worldedit.blocks);
context.checkArgs(1, -1, "<block> [width] [height]");
context.checkArgs(1, -1, "<block> [width] [length]");
var sess = context.remember();