Bump protocol version

This commit is contained in:
Shoghi Cervantes
2014-06-09 11:52:12 +02:00
parent 926e7ac0b1
commit c180534f21
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 = 14;
const CURRENT_PROTOCOL = 15;
const LOGIN_PACKET = 0x82;