mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Prepare 5.33.2 release (#6804)
This commit is contained in:
@@ -133,3 +133,15 @@ Released 31st August 2025.
|
||||
|
||||
## Fixes
|
||||
- Fixed banners placed in prior versions getting their tiles deleted (due to missing `Type` tags).
|
||||
|
||||
# 5.33.2
|
||||
Released 16th September 2025.
|
||||
|
||||
## General
|
||||
- PHP 8.4 has now been added to the test matrix.
|
||||
|
||||
## Fixes
|
||||
- Fixed PHP 8.4 deprecation notice in `AsyncGeneratorExecutor`.
|
||||
- Fixed inventory windows breaking if a window is sent while the player has the chat window open (e.g. quickly pressing E followed by / could trigger this).
|
||||
- Fixed `BlockBreakEvent` being called twice in creative if cancelled.
|
||||
- Reduced block lag when towering and other situations where the placed block might intersect with the player's AABB. Block lag may still appear on higher latency clients - this is still being worked on.
|
||||
|
@@ -32,7 +32,7 @@ use function str_repeat;
|
||||
final class VersionInfo{
|
||||
public const NAME = "PocketMine-MP";
|
||||
public const BASE_VERSION = "5.33.2";
|
||||
public const IS_DEVELOPMENT_BUILD = true;
|
||||
public const IS_DEVELOPMENT_BUILD = false;
|
||||
public const BUILD_CHANNEL = "stable";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user