Oops!
This commit is contained in:
parent
07a5ac5eb8
commit
1de3b4c345
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue