Protocol bump for 1.0.0.2

This commit is contained in:
Dylan K. Taylor 2016-12-10 12:22:28 +00:00
parent cc9736314e
commit 6224f0cdf6
2 changed files with 3 additions and 3 deletions

View File

@ -76,8 +76,8 @@ namespace pocketmine {
const VERSION = "1.6.2dev";
const API_VERSION = "2.2.0";
const CODENAME = "Unleashed";
const MINECRAFT_VERSION = "v1.0.0.1";
const MINECRAFT_VERSION_NETWORK = "1.0.0.1";
const MINECRAFT_VERSION = "v1.0.0.2";
const MINECRAFT_VERSION_NETWORK = "1.0.0.2";
/*
* 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 = 92;
const CURRENT_PROTOCOL = 100;
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;