Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
225a251b5d |
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue