mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
changed version and protocol to support v0.9.5
This commit is contained in:
@ -30,7 +30,7 @@ interface Info{
|
||||
/**
|
||||
* Actual Minecraft: PE protocol version
|
||||
*/
|
||||
const CURRENT_PROTOCOL = 17;
|
||||
const CURRENT_PROTOCOL = 18;
|
||||
|
||||
|
||||
const LOGIN_PACKET = 0x82;
|
||||
|
Reference in New Issue
Block a user