Updated for MCPE 0.9.0 build 7

This commit is contained in:
Shoghi Cervantes
2014-06-23 21:50:07 +02:00
parent 38a958ed08
commit 22533458ed
4 changed files with 16 additions and 14 deletions

View File

@ -30,7 +30,7 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 15;
const CURRENT_PROTOCOL = 16;
const LOGIN_PACKET = 0x82;