mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 13:13:53 +00:00
Corrected usage message for maze.js to say width instead of height
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user