chip mc moment 2

This commit is contained in:
Chipmunk 2023-01-19 18:49:21 -05:00
parent 4260e3853f
commit 3f7ee544e2

View file

@ -16,8 +16,6 @@ public class EchoCommand extends Command {
this.node(
literal("echo")
.then(
argument("command", greedyString())
.executes(this::run)
argument("text", greedyString())
.executes(this::echo)
)