mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 23:15:29 +00:00
Release 3.26.2
This commit is contained in:
parent
40895a86e5
commit
1e56ed2ea3
@ -12,3 +12,8 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
|
|
||||||
# 3.26.1
|
# 3.26.1
|
||||||
- Fixed a bug in chunk sending that caused double chests to not be paired, signs to be blank, and various other issues.
|
- Fixed a bug in chunk sending that caused double chests to not be paired, signs to be blank, and various other issues.
|
||||||
|
|
||||||
|
# 3.26.2
|
||||||
|
- Improved error messages shown by `start.cmd`, `start.sh` and `start.ps1` when the PHP binary was not found.
|
||||||
|
- The value of PHPRC is now shown when erroring out due to unsatisfied PHP requirements.
|
||||||
|
- Removed restriction on the range of valid channels for `auto-updater.channel` in `pocketmine.yml`.
|
||||||
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.26.2";
|
const BASE_VERSION = "3.26.2";
|
||||||
const IS_DEVELOPMENT_BUILD = true;
|
const IS_DEVELOPMENT_BUILD = false;
|
||||||
const BUILD_CHANNEL = "pm3";
|
const BUILD_CHANNEL = "pm3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user