Update upstream (#271)

This commit is contained in:
IzzelAliz 2021-05-23 18:13:02 +08:00
parent 5d65f21170
commit b2a0c7d1bc

View File

@ -38,7 +38,7 @@ public abstract class CommandsMixin {
this.dispatcher.setConsumer((context, b, i) -> context.getSource().onCommandComplete(context, b, i)); this.dispatcher.setConsumer((context, b, i) -> context.getSource().onCommandComplete(context, b, i));
} }
public int a(CommandSource source, String command, String label) { public int a(CommandSource source, String command, String label, boolean strip) {
return this.handleCommand(source, command); return this.handleCommand(source, command);
} }