mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 13:14:54 +00:00
Release 4.2.2
This commit is contained in:
parent
7cd394b0fb
commit
12946fbe46
@ -19,3 +19,12 @@ Released 19th February 2022.
|
|||||||
## Fixes
|
## Fixes
|
||||||
- Fixed multiple players being able to sleep in the same bed.
|
- Fixed multiple players being able to sleep in the same bed.
|
||||||
- Fixed hitbox not resetting properly after swimming or gliding.
|
- Fixed hitbox not resetting properly after swimming or gliding.
|
||||||
|
|
||||||
|
# 4.2.2
|
||||||
|
Released 2nd March 2022.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed crash in `/dumpmemory` due to usage of non-printable string keys in `CraftingManager`. Array contents in memory dumps are now rendered as prettified key-value pairs.
|
||||||
|
- Fixed output directory for `/dumpmemory`.
|
||||||
|
- `PlayerInventory->isHotbarSlot()` now correctly returns `false` when given `9`.
|
||||||
|
- Fixed ghost items left in the inventory when dropping tools while mining.
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.2.2";
|
public const BASE_VERSION = "4.2.2";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user