Remove unneeded executes in BooosterCommand.java

This commit is contained in:
Len 2022-08-07 01:25:28 +02:00
parent a154e073bd
commit 5784be50b3

View File

@ -115,7 +115,7 @@ public class BoosterCommand {
)
)
)
.executes(context -> 1)
// .executes(context -> 1)
.build();
BrigadierCommand brigadierCommand = new BrigadierCommand(command);