Fix boolean argument

This commit is contained in:
themode 2021-01-11 02:57:18 +01:00
parent d7fec0297f
commit 14d0149276

View File

@ -509,7 +509,6 @@ public final class CommandManager {
DeclareCommandsPacket.Node argumentNode = simpleArgumentNode(nodes, argument, executable, false);
argumentNode.parser = "brigadier:bool";
argumentNode.properties = packetWriter -> packetWriter.writeByte((byte) 0);
} else if (argument instanceof ArgumentDouble) {
DeclareCommandsPacket.Node argumentNode = simpleArgumentNode(nodes, argument, executable, false);