Bumped protocol version to 19

This commit is contained in:
Shoghi Cervantes 2014-10-18 17:01:36 +02:00
parent 4c0daa462d
commit 582ba100b0

View File

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