nicer to work with

This commit is contained in:
CocoTheOwner 2021-08-06 22:58:09 +02:00
parent c41e34e9d8
commit 93888aeed3

View File

@ -16,7 +16,7 @@ import java.util.Arrays;
public class CommandIrisPregenCreate extends MortarCommand {
private static final KList<String> argus = new KList<>("radius=<radius>", "width=<width>", "height=<height>", "x=<centerX>", "z=<centerZ>");
private static final KList<String> argus = new KList<>("radius=", "width=", "height=", "x=", "z=");
public CommandIrisPregenCreate() {
super("create", "c", "new", "+");