mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 02:46:37 +00:00
Release 3.10.1
This commit is contained in:
parent
3486db3f1b
commit
4eb59c0372
@ -14,3 +14,7 @@ Plugin developers should **only** update their required API to this version if y
|
|||||||
PocketMine-MP **does not support skins made in the Charactor Creator** (known as Persona skins), due to technical changes which would require premature backwards compatibility breaks. The dev team has decided not to support Persona yet.
|
PocketMine-MP **does not support skins made in the Charactor Creator** (known as Persona skins), due to technical changes which would require premature backwards compatibility breaks. The dev team has decided not to support Persona yet.
|
||||||
These skins will be **replaced with a random solid-colour skin. This is not a bug.**
|
These skins will be **replaced with a random solid-colour skin. This is not a bug.**
|
||||||
Skins chosen from the Classic tab (classic skins) will continue to work as normal.
|
Skins chosen from the Classic tab (classic skins) will continue to work as normal.
|
||||||
|
|
||||||
|
# 3.10.1
|
||||||
|
- Fixed custom plugin-created skins being invisible when no geometry name was specified.
|
||||||
|
- Updated RakLib to 0.12.6 to fix security bugs.
|
@ -31,5 +31,5 @@ const _VERSION_INFO_INCLUDED = true;
|
|||||||
|
|
||||||
const NAME = "PocketMine-MP";
|
const NAME = "PocketMine-MP";
|
||||||
const BASE_VERSION = "3.10.1";
|
const BASE_VERSION = "3.10.1";
|
||||||
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