Forgot to remove width&height from autcomplete

This commit is contained in:
CocoTheOwner 2021-08-07 19:53:32 +02:00
parent a0df548dd3
commit cf76e43898

View File

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