Skip to content

Commit c3ceeea

Browse files
committed
Release 4.20.4
1 parent aac4f6c commit c3ceeea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelogs/4.20.md

+7
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ Released 6th May 2023.
6464
- 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.
6565
- Fixed `Full Server Tick` and other records being missing from timings reports.
6666
- 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...

src/VersionInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "4.20.4";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
private function __construct(){

0 commit comments

Comments
 (0)