From bb7df60a4d6a26bffefa9fc5547a10b68bde0750 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 9 Jan 2023 00:04:40 +0000 Subject: [PATCH] Release 4.12.8 --- changelogs/4.12.md | 9 ++++++++- src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/4.12.md b/changelogs/4.12.md index 77f30f554..ab233e6ca 100644 --- a/changelogs/4.12.md +++ b/changelogs/4.12.md @@ -62,4 +62,11 @@ Released 8th January 2023. ## Fixes - Fixed players getting kicked when the server lags for too long. -- Fixed players getting kicked when a debugging session is active and a breakpoint is hit. \ No newline at end of file +- Fixed players getting kicked when a debugging session is active and a breakpoint is hit. + +# 4.12.8 +Released 9th January 2023. + +## Fixes +- Fixed players getting kicked during PvP. +- Fixed players randomly getting kicked on Windows (improper rate limit handling wrt. 15ms timer resolution). \ No newline at end of file diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 94294157a..a7346a476 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "4.12.8"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){