From a50ef2af6f6a695e3002f4397ff089635c181dbb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 5 Jul 2021 18:49:26 +0100 Subject: [PATCH] Release 3.21.1 --- changelogs/3.21.md | 4 ++++ src/pocketmine/VersionInfo.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelogs/3.21.md b/changelogs/3.21.md index 00a0e1442..ac840df7d 100644 --- a/changelogs/3.21.md +++ b/changelogs/3.21.md @@ -9,3 +9,7 @@ Plugin developers should **only** update their required API to this version if y # 3.21.0 - PHP 7.4 is now required as a minimum. - A workaround for player movement added in 1.14.30 has been removed. + +# 3.21.1 +- Fixed so-called 'pot lag' - a bug that could occur when using items while rapidly switching hotbar slots. +- Plugins in crashdumps are now ordered alphabetically for easier reading. diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 4b6f2ad64..a3603d7c0 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.21.1"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0;