mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Forgot to remove width&height from autcomplete
This commit is contained in:
@@ -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", "+");
|
||||||
|
|||||||
Reference in New Issue
Block a user