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:
Dylan K. Taylor 2016-09-23 10:14:18 +01:00
parent e2e31d345d
commit 50c5c1de92
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -30,7 +30,7 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 82;
const CURRENT_PROTOCOL = 83;
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;