mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-22 11:24:02 +00:00
Release 3.17.3
This commit is contained in:
parent
f9e42b716a
commit
b296ae1b87
@ -26,3 +26,9 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- Fixed region header corruption when chunks with larger-than-expected lengths are found. These chunks are now treated as corrupted, instead of automatically attempting to salvage them (which usually fails anyway).
|
- Fixed region header corruption when chunks with larger-than-expected lengths are found. These chunks are now treated as corrupted, instead of automatically attempting to salvage them (which usually fails anyway).
|
||||||
- `RegionLoader->removeChunk()` now allows the space used by the removed chunk to be reused by future region saves.
|
- `RegionLoader->removeChunk()` now allows the space used by the removed chunk to be reused by future region saves.
|
||||||
- Extracted `Living->applyConsumptionResults()` from `Living->consumeObject()` (preparation for a future bug fix).
|
- Extracted `Living->applyConsumptionResults()` from `Living->consumeObject()` (preparation for a future bug fix).
|
||||||
|
|
||||||
|
# 3.17.3
|
||||||
|
- Improved performance of chunk loading in Region-based worlds.
|
||||||
|
- Improved performance of region header validation in Region-based worlds (indirect improvement to chunk loading performance).
|
||||||
|
- Fixed some PHP 8.0 language-level compatibility issues.
|
||||||
|
- Source installations will now exit with an error when Composer dependencies are not in sync with the current Git revision. Now, it's required to run `composer install` after every git pull to make sure the correct dependency versions are installed.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.17.3";
|
const BASE_VERSION = "3.17.3";
|
||||||
const IS_DEVELOPMENT_BUILD = true;
|
const IS_DEVELOPMENT_BUILD = false;
|
||||||
const BUILD_NUMBER = 0;
|
const BUILD_NUMBER = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user