mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Release 4.15.3
This commit is contained in:
parent
ef942a627f
commit
71e3e36522
@ -29,3 +29,10 @@ Released 24th February 2023.
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Fixed `World Population` timer sometimes not being stopped, causing strange results in timings reports.
|
- Fixed `World Population` timer sometimes not being stopped, causing strange results in timings reports.
|
||||||
|
|
||||||
|
# 4.15.3
|
||||||
|
Released 7th March 2023.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed `/dumpmemory` crash when any object contained an `INF` or `NaN` float value.
|
||||||
|
- Updated RakLib for security fixes.
|
||||||
|
@ -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.15.3";
|
public const BASE_VERSION = "4.15.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