mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Release 4.0.5
This commit is contained in:
parent
73168a0e39
commit
e7d17eb4d3
@ -1591,3 +1591,12 @@ Released 1st January 2022.
|
|||||||
- Fixed incorrect message being displayed when trying to sleep in a bed which is too far away.
|
- Fixed incorrect message being displayed when trying to sleep in a bed which is too far away.
|
||||||
- Fixed missing space between `Kicked by admin.` and `Reason` when using `/kick` to kick a player.
|
- Fixed missing space between `Kicked by admin.` and `Reason` when using `/kick` to kick a player.
|
||||||
- Fixed client-side performance issue of entities with very large scale.
|
- Fixed client-side performance issue of entities with very large scale.
|
||||||
|
|
||||||
|
# 4.0.5
|
||||||
|
Released 4th January 2022.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed several denial-of-service attack vectors related to writable book text length and encoding.
|
||||||
|
- Fixed several denial-of-service attack vectors related to skin data field lengths.
|
||||||
|
- Fixed food bar desync when cancelling `PlayerItemConsumeEvent` in a plugin.
|
||||||
|
- Fixed compass needles not updating when the world spawn is changed.
|
||||||
|
@ -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.0.5";
|
public const BASE_VERSION = "4.0.5";
|
||||||
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