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
2 changed files with 3 additions and 3 deletions

View File

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