Bump for 1.1.0.8 and removed LoginPacket zlib hack

This commit is contained in:
Dylan K. Taylor
2017-04-22 11:10:13 +01:00
parent db4027cdb2
commit fcff6961a8
2 changed files with 4 additions and 18 deletions

View File

@ -31,9 +31,9 @@ interface ProtocolInfo{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 110;
const MINECRAFT_VERSION = 'v1.1.0.5 beta';
const MINECRAFT_VERSION_NETWORK = '1.1.0.5';
const CURRENT_PROTOCOL = 111;
const MINECRAFT_VERSION = 'v1.1.0.8 beta';
const MINECRAFT_VERSION_NETWORK = '1.1.0.8';
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;