Release 3.9.2

This commit is contained in:
Dylan K. Taylor 2019-07-22 17:28:33 +01:00
parent e93d034a4e
commit 7a747d6f93
2 changed files with 9 additions and 1 deletions

View File

@ -44,3 +44,11 @@ Plugin developers should **only** update their required API to this version if y
- Fixed `Entity->setFireTicks()` with a value of `0` setting the on-fire flag.
- Silenced a debug message which appeared every time a player right-clicked a block.
- Updated constants for `LevelSoundEventPacket`.
# 3.9.2
- Logger warnings for illegal player movements have been lowered to debug.
- TNT explosions now start from the center instead of the base. This fixes unexpected results when TNT is lit on top of obsidian.
- Fixed the `loadbefore` directive in `plugin.yml` sometimes being ignored.
- Fixed `Item->setCustomName()` with an empty string leaving behind an empty tag.
- Fixed incorrect positioning of bucket empty sound.
- Fixed some incorrect tag parsing in `/give` involving quoted numbers.

View File

@ -23,5 +23,5 @@ namespace pocketmine;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.9.2";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;