Update Info.php
This commit is contained in:
parent
d2d65c0684
commit
99eb6104c4
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ interface Info{
|
||||||
/**
|
/**
|
||||||
* Actual Minecraft: PE protocol version
|
* Actual Minecraft: PE protocol version
|
||||||
*/
|
*/
|
||||||
const CURRENT_PROTOCOL = 60;
|
const CURRENT_PROTOCOL = 70;
|
||||||
const ACCEPTED_PROTOCOLS = [45, 46, 60];
|
const ACCEPTED_PROTOCOLS = [45, 46, 60 ,70];
|
||||||
|
|
||||||
const LOGIN_PACKET = 0x8f;
|
const LOGIN_PACKET = 0x8f;
|
||||||
const PLAY_STATUS_PACKET = 0x90;
|
const PLAY_STATUS_PACKET = 0x90;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue