Protocol 22

This commit is contained in:
Shoghi Cervantes
2015-04-15 12:38:52 +02:00
parent 68ea9b067f
commit 64c366bdb5
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 = 21;
const CURRENT_PROTOCOL = 22;
const LOGIN_PACKET = 0x82;
const PLAY_STATUS_PACKET = 0x83;