3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00

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

Dieser Commit ist enthalten in:
zml2008 2012-02-11 14:07:01 -08:00
Ursprung 0525112293
Commit 029dca9cdb
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -11,7 +11,8 @@
- Improved formatting and performance of YAMLProcessor when no comments are present
- Added bPermissions support
- Update for new events system
- Fixed /scriptname.js and no-double-slash settings not working
- Fixed /scriptname.js and no-double-slash settings not working
- Corrected usage message for maze.js
5.1.1:
- Fixed some compatibility issues with SpoutPlugin

Datei anzeigen

@ -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();