mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Release 4.12.3
This commit is contained in:
parent
59be901efe
commit
466f7e98ed
@ -30,3 +30,11 @@ Released 15th December 2022.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- Updated BedrockProtocol to [17.1.0](https://github.com/pmmp/BedrockProtocol/releases/tag/17.1.0+bedrock-1.19.50). This adds some missing `LevelSoundEvent` constants and fixes the values for `ContainerUIIds`.
|
- Updated BedrockProtocol to [17.1.0](https://github.com/pmmp/BedrockProtocol/releases/tag/17.1.0+bedrock-1.19.50). This adds some missing `LevelSoundEvent` constants and fixes the values for `ContainerUIIds`.
|
||||||
|
|
||||||
|
# 4.12.3
|
||||||
|
Released 28th December 2022.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed unauthenticated connections taking up player count slots, preventing players from joining.
|
||||||
|
- Fixed a possible crash in `World->tickChunk()` when plugins unload chunks during some events.
|
||||||
|
- `/gamemode` will now report a failure to change game mode if the player is already in the requested game mode.
|
@ -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.12.3";
|
public const BASE_VERSION = "4.12.3";
|
||||||
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