From 3d12f3a0ce281aacb87af1ab82d2c33cb1de3c23 Mon Sep 17 00:00:00 2001 From: ThePython10110 Date: Mon, 27 May 2024 07:55:20 -0700 Subject: [PATCH] Wow... I'm bad at remembering to to do this. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a4f94..7a0c564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ Initial release. Missing *lots* of commands, several `execute` subcommands, lots * Added `/gamerule` and `/changesetting` commands * Command results are now shown to other players as well, unless `better_commands.send_command_feedback` is disabled * Error messages are now red -* Command outputs now match Minecraft's +* Command outputs now match ACOVG's better ### Bugfixes * Fixed a bug with the `/kill` command (it should work now). * The `rm`/`r` selector arguments now actually treat their values as numbers (not strings), and are now inclusive as intended.