This commit is contained in:
PeratX 2016-04-15 20:06:21 +08:00
commit 1de3b4c345

View file

@ -30,8 +30,8 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 60;
const ACCEPTED_PROTOCOLS = [60];
const CURRENT_PROTOCOL = 46;
const ACCEPTED_PROTOCOLS = [45, 46];
const LOGIN_PACKET = 0x8f;
const PLAY_STATUS_PACKET = 0x90;