MCPE protocol 20

This commit is contained in:
Shoghi Cervantes
2014-11-06 19:08:32 +01:00
parent 92143d523c
commit d63a82de0a
2 changed files with 2 additions and 2 deletions

View File

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