mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Autogenerated data for 1.0.7.0
Did they actually _change_ anything or just trying to keep it on par with the game version? >_<
This commit is contained in:
@ -31,9 +31,9 @@ interface ProtocolInfo{
|
||||
/**
|
||||
* Actual Minecraft: PE protocol version
|
||||
*/
|
||||
const CURRENT_PROTOCOL = 106;
|
||||
const MINECRAFT_VERSION = 'v1.0.6.52';
|
||||
const MINECRAFT_VERSION_NETWORK = '1.0.6.52';
|
||||
const CURRENT_PROTOCOL = 107;
|
||||
const MINECRAFT_VERSION = 'v1.0.7.0';
|
||||
const MINECRAFT_VERSION_NETWORK = '1.0.7.0';
|
||||
|
||||
const LOGIN_PACKET = 0x01;
|
||||
const PLAY_STATUS_PACKET = 0x02;
|
||||
|
Reference in New Issue
Block a user