changelog: fix typo

[ci skip]
This commit is contained in:
Dylan K. Taylor 2022-05-25 17:09:29 +01:00
parent 8f1452acd1
commit c492352d50
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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 <name of command>`) 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