mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Bump version to 0.15.9 and protocol to 83
Seems the only thing that changed was the cape skin models, which would not be rendered correctly by older clients.
This commit is contained in:
@ -75,8 +75,8 @@ namespace pocketmine {
|
||||
const VERSION = "1.6dev";
|
||||
const API_VERSION = "2.0.0";
|
||||
const CODENAME = "Unleashed";
|
||||
const MINECRAFT_VERSION = "v0.15.4 alpha";
|
||||
const MINECRAFT_VERSION_NETWORK = "0.15.4";
|
||||
const MINECRAFT_VERSION = "v0.15.9 alpha";
|
||||
const MINECRAFT_VERSION_NETWORK = "0.15.9";
|
||||
|
||||
/*
|
||||
* Startup code. Do not look at it, it may harm you.
|
||||
|
Reference in New Issue
Block a user