mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +00:00
Release 3.12.5
This commit is contained in:
parent
915224c8e5
commit
c32026333f
@ -48,3 +48,6 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
|
|
||||||
# 3.12.4
|
# 3.12.4
|
||||||
- Fixed absorption hearts not being consumed.
|
- Fixed absorption hearts not being consumed.
|
||||||
|
|
||||||
|
# 3.12.5
|
||||||
|
- Fixed broken attack cooldowns.
|
@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.12.5";
|
const BASE_VERSION = "3.12.5";
|
||||||
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