Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
lolcraftboy14
225a251b5d 14.3 (; 2016-05-24 17:33:25 +02:00

View file

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