File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,10 @@ Released 6th May 2023.
64
64
- This was caused by creating a new timings handler for each call, regardless of whether a timer already existed for the given event and callback.
65
65
- Fixed ` Full Server Tick ` and other records being missing from timings reports.
66
66
- This was caused by timings handler depth not getting reset when timings was disabled and later re-enabled.
67
+
68
+ # 4.20.4
69
+ Released 6th May 2023.
70
+
71
+ ## Fixes
72
+ - Fixed players being forced into flight mode in every game mode.
73
+ - Moral of the story: do not assume anything in Mojang internals does what its name suggests...
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 = "4.20.4 " ;
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
private function __construct (){
You can’t perform that action at this time.
0 commit comments