Prepare 5.32.1 release (#6766)

This commit is contained in:
Dylan T.
2025-08-14 11:37:24 +01:00
committed by GitHub
parent e375437439
commit 442049d564
2 changed files with 9 additions and 1 deletions

View File

@ -15,3 +15,11 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
## Fixes
- Fixed deadlock on RakLib thread crash (e.g. due to port binding failure).
# 5.32.1
Released 14th August 2025.
## Fixes
- Hardened checks when processing resource pack sending during player logins.
- Fixed content log warning about crafting recipe with missing ID.
- Fixed packets in a batch still being processed after one of them caused the session to be terminated.