mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 17:36:34 +00:00
Release 3.9.7
This commit is contained in:
parent
35fabc7765
commit
0c91d568b4
@ -100,3 +100,8 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
- `explodeA()`
|
- `explodeA()`
|
||||||
- `explodeB()`
|
- `explodeB()`
|
||||||
- Fixed various cosmetic documentation inconsistencies in the core and dependencies.
|
- Fixed various cosmetic documentation inconsistencies in the core and dependencies.
|
||||||
|
|
||||||
|
# 3.9.7
|
||||||
|
- Fixed a crash that could occur during timezone detection.
|
||||||
|
- Squid no longer spin around constantly in enclosed spaces. Their performance impact is reduced.
|
||||||
|
- Cleaned up the bootstrap file.
|
@ -23,5 +23,5 @@ namespace pocketmine;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.9.7";
|
const BASE_VERSION = "3.9.7";
|
||||||
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