File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
15
15
16
16
## Fixes
17
17
- Fixed deadlock on RakLib thread crash (e.g. due to port binding failure).
18
+
19
+ # 5.32.1
20
+ Released 14th August 2025.
21
+
22
+ ## Fixes
23
+ - Hardened checks when processing resource pack sending during player logins.
24
+ - Fixed content log warning about crafting recipe with missing ID.
25
+ - Fixed packets in a batch still being processed after one of them caused the session to be terminated.
Original file line number Diff line number Diff line change 32
32
final class VersionInfo{
33
33
public const NAME = "PocketMine-MP " ;
34
34
public const BASE_VERSION = "5.32.1 " ;
35
- public const IS_DEVELOPMENT_BUILD = true ;
35
+ public const IS_DEVELOPMENT_BUILD = false ;
36
36
public const BUILD_CHANNEL = "stable " ;
37
37
38
38
/**
You can’t perform that action at this time.
0 commit comments