Fix //sel list

This commit is contained in:
dordsor21 2021-09-21 14:51:05 +01:00
parent 84b896151f
commit 971977a66a
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -736,8 +736,11 @@ public class SelectionCommands {
box.appendCommand("sphere", Caption.of("worldedit.select.sphere.description"), "//sel sphere");
box.appendCommand("cyl", Caption.of("worldedit.select.cyl.description"), "//sel cyl");
box.appendCommand("convex", Caption.of("worldedit.select.convex.description"), "//sel convex");
//FAWE start
box.appendCommand("polyhedral", Caption.of("fawe.selection.sel.polyhedral"), "//sel polyhedral");
box.appendCommand("fuzzy[=<mask>]", Caption.of("fawe.selection.sel.fuzzy-instruction"), "//sel fuzzy[=<mask>]");
box.setComponentsPerPage(box.getComponentsSize());
//FAWE end
actor.print(box.create(1));
return;