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

@ -73,7 +73,7 @@ namespace pocketmine {
const VERSION = "Alpha_1.4dev";
const API_VERSION = "1.7.0";
const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
const MINECRAFT_VERSION = "v0.10.0 alpha build2";
const MINECRAFT_VERSION = "v0.10.0 alpha";
/*
* Startup code. Do not look at it, it may harm you.

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;