Update Info.php

This commit is contained in:
lolcraftboy14 2016-05-21 08:14:01 +02:00
commit 99eb6104c4

View file

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