Skip to content

Commit ddb447b

Browse files
authored
Prepare 5.41.1 release (#7026)
1 parent eda8351 commit ddb447b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelogs/5.41.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
7979
- `#[SilentDiscard]` annotation may be used on `PacketHandler` classes to suppress debug messages about unhandled packets, without being forced to decode them.
8080
- `PacketHandlerInspector` class contains the logic used to examine `PacketHandler`s to decide if they will accept a packet.
8181

82+
# 5.41.1
83+
Released 19th March 2025.
8284

85+
## Fixes
86+
- Fixed logging crash in `LoginPacketHandler`. (@ArkadiaEU)
87+
- Fixed glowstone not being consumed when charging a respawn anchor. (@Wraith0x10)

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "5.41.1";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";
3838

0 commit comments

Comments
 (0)