Fix autogenerated version numbers (didn't mean to commit this)

I'm working with a beta version >_>
This commit is contained in:
Dylan K. Taylor 2017-07-12 16:36:04 +01:00
parent 30df0c2418
commit 4731bf0a16

View File

@ -43,11 +43,11 @@ interface ProtocolInfo{
/** /**
* Current Minecraft PE version reported by the server. This is usually the earliest currently supported version. * Current Minecraft PE version reported by the server. This is usually the earliest currently supported version.
*/ */
const MINECRAFT_VERSION = 'v1.1.3.1 beta'; const MINECRAFT_VERSION = 'v1.1.0.55';
/** /**
* Version number sent to clients in ping responses. * Version number sent to clients in ping responses.
*/ */
const MINECRAFT_VERSION_NETWORK = '1.1.3.1'; const MINECRAFT_VERSION_NETWORK = '1.1.0.55';
const LOGIN_PACKET = 0x01; const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02; const PLAY_STATUS_PACKET = 0x02;