Bump protocol version for 0.13.2

This commit is contained in:
Intyre 2016-02-06 22:01:26 +01:00
parent e5937926cd
commit 1b6e8c14f0
No known key found for this signature in database
GPG Key ID: B06D41D26935005A
2 changed files with 3 additions and 3 deletions

View File

@ -75,8 +75,8 @@ namespace pocketmine {
const VERSION = "1.6dev"; const VERSION = "1.6dev";
const API_VERSION = "1.13.1"; const API_VERSION = "1.13.1";
const CODENAME = "[REDACTED]"; const CODENAME = "[REDACTED]";
const MINECRAFT_VERSION = "v0.13.1 alpha"; const MINECRAFT_VERSION = "v0.13.2 alpha";
const MINECRAFT_VERSION_NETWORK = "0.13.1"; const MINECRAFT_VERSION_NETWORK = "0.13.2";
/* /*
* Startup code. Do not look at it, it may harm you. * Startup code. Do not look at it, it may harm you.

View File

@ -30,7 +30,7 @@ interface Info{
/** /**
* Actual Minecraft: PE protocol version * Actual Minecraft: PE protocol version
*/ */
const CURRENT_PROTOCOL = 38; const CURRENT_PROTOCOL = 39;
const LOGIN_PACKET = 0x8f; const LOGIN_PACKET = 0x8f;
const PLAY_STATUS_PACKET = 0x90; const PLAY_STATUS_PACKET = 0x90;