From c492352d50c64955f6df26b9663476d72ba530ed Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 25 May 2022 17:09:29 +0100 Subject: [PATCH] changelog: fix typo [ci skip] --- changelogs/4.4-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/4.4-beta.md b/changelogs/4.4-beta.md index 063cc7b6d..76e97a57e 100644 --- a/changelogs/4.4-beta.md +++ b/changelogs/4.4-beta.md @@ -19,7 +19,7 @@ Released 25th May 2022. - Any world mentioned in `server.properties` or `pocketmine.yml` fails to generate (e.g. due to invalid generator settings) - Enabling the server whitelist while the server is running (e.g. using `/whitelist on`) will now kick any non-whitelisted players currently on the server (**PR [#4774](https://github.com/pmmp/PocketMine-MP/pull/4774)**). - Help for commands (`/help `) now displays a list of aliases of that command. -- A CRITICIAL log message is now generated if a plugin disables itself when enabling, in case the plugin doesn't emit any error of its own. +- A CRITICAL log message is now generated if a plugin disables itself when enabling, in case the plugin doesn't emit any error of its own. - The `/give` command now shows the alias used to find the given item in the success message, instead of the item ID/meta. ## Fixes