mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +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 {
|
||||
|
||||
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() {
|
||||
super("start", "s", "create", "c", "new", "+");
|
||||
|
Loading…
x
Reference in New Issue
Block a user