From d63a82de0ae713184829f187759fae8656efb6c1 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Thu, 6 Nov 2014 19:08:32 +0100 Subject: [PATCH] MCPE protocol 20 --- src/pocketmine/PocketMine.php | 2 +- src/pocketmine/network/protocol/Info.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index f13d12e6d..739ffe402 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -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. diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index 953c7f200..944a57a5d 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,7 +30,7 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 19; + const CURRENT_PROTOCOL = 20; const LOGIN_PACKET = 0x82;