From a356e363402af7f042bd76d15da7e72be2d37bf7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 21 Apr 2017 13:22:09 +0100 Subject: [PATCH] Autogenerated data for 1.0.7.0 Did they actually _change_ anything or just trying to keep it on par with the game version? >_< --- src/pocketmine/network/mcpe/protocol/ProtocolInfo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php b/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php index 82cfc851a..e789512ff 100644 --- a/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php +++ b/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php @@ -31,9 +31,9 @@ interface ProtocolInfo{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 106; - const MINECRAFT_VERSION = 'v1.0.6.52'; - const MINECRAFT_VERSION_NETWORK = '1.0.6.52'; + const CURRENT_PROTOCOL = 107; + const MINECRAFT_VERSION = 'v1.0.7.0'; + const MINECRAFT_VERSION_NETWORK = '1.0.7.0'; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02;