Skip to content

Commit

Permalink
Release 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 10, 2020
1 parent c368ebb commit e8b6b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/3.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Plugin developers should **only** update their required API to this version if y
- `Maximum memory (system)` is no longer reported in `/status` due to having a misleading output (it was the same as the current memory usage).
- The `Player Chunk Send` timer on timings reports now actually reports measurements of chunk sending, not chunk loading.
- A new parent timer `World Load` has been added to timings reports, which aggregates timings from `syncChunkLoad` and subtimings from all worlds.

# 3.15.4
- Fixed a bug in the inventory transaction system that caused the server to freeze under some circumstances.
2 changes: 1 addition & 1 deletion src/pocketmine/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.15.4";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;

0 comments on commit e8b6b56

Please sign in to comment.