geforkt von Mirrors/FastAsyncWorldEdit
Corrected usage message for maze.js to say width instead of height
Dieser Commit ist enthalten in:
Ursprung
0525112293
Commit
029dca9cdb
@ -12,6 +12,7 @@
|
|||||||
- Added bPermissions support
|
- Added bPermissions support
|
||||||
- Update for new events system
|
- 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:
|
5.1.1:
|
||||||
- Fixed some compatibility issues with SpoutPlugin
|
- Fixed some compatibility issues with SpoutPlugin
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
importPackage(Packages.com.sk89q.worldedit);
|
importPackage(Packages.com.sk89q.worldedit);
|
||||||
importPackage(Packages.com.sk89q.worldedit.blocks);
|
importPackage(Packages.com.sk89q.worldedit.blocks);
|
||||||
|
|
||||||
context.checkArgs(1, -1, "<block> [width] [height]");
|
context.checkArgs(1, -1, "<block> [width] [length]");
|
||||||
|
|
||||||
var sess = context.remember();
|
var sess = context.remember();
|
||||||
|
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren