mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Forgot to remove width&height from autcomplete
This commit is contained in:
parent
a0df548dd3
commit
cf76e43898
@ -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", "+");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user