Remove unneeded executes in BooosterCommand.java
This commit is contained in:
parent
a154e073bd
commit
5784be50b3
|
|
@ -115,7 +115,7 @@ public class BoosterCommand {
|
|||
)
|
||||
)
|
||||
)
|
||||
.executes(context -> 1)
|
||||
// .executes(context -> 1)
|
||||
.build();
|
||||
|
||||
BrigadierCommand brigadierCommand = new BrigadierCommand(command);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user