0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-02-17 23:39:14 +00:00

Release 4.4.2

This commit is contained in:
Dylan K. Taylor
2022-06-07 15:54:55 +01:00
parent 1584768c80
commit bcb0e2ff1f
2 changed files with 9 additions and 1 deletions

@ -87,3 +87,11 @@ Released 5th June 2022.
- Fixed `composer make-devtools` command.
- Fixed the `Maximum memory (manager)` units being incorrectly displayed in `/status`.
- Fixed `Player->removeCurrentWindow()` breaking inventory windows.
# 4.4.2
Released 7th June 2022.
## Fixes
- Fixed a crash when arbitrary item IDs appeared in network items in some cases.
- Fixed saved paintings being deleted when loaded from disk (regression from 4.3.4).
- Fixed max stack size of fishing rods.

@ -32,7 +32,7 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.4.2";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
private function __construct(){