Release 4.12.4

This commit is contained in:
Dylan K. Taylor
2023-01-03 19:29:47 +00:00
parent b312e93176
commit b095f606c1
2 changed files with 8 additions and 2 deletions

View File

@ -37,4 +37,10 @@ Released 28th December 2022.
## Fixes
- Fixed unauthenticated connections taking up player count slots, preventing players from joining.
- Fixed a possible crash in `World->tickChunk()` when plugins unload chunks during some events.
- `/gamemode` will now report a failure to change game mode if the player is already in the requested game mode.
- `/gamemode` will now report a failure to change game mode if the player is already in the requested game mode.
# 4.12.4
Released 3rd January 2023.
## Fixes
- Added workarounds for an active exploit being used to deny service to servers.