mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Protocol bump for 1.0.0.2
This commit is contained in:
parent
cc9736314e
commit
6224f0cdf6
@ -76,8 +76,8 @@ namespace pocketmine {
|
||||
const VERSION = "1.6.2dev";
|
||||
const API_VERSION = "2.2.0";
|
||||
const CODENAME = "Unleashed";
|
||||
const MINECRAFT_VERSION = "v1.0.0.1";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.1";
|
||||
const MINECRAFT_VERSION = "v1.0.0.2";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.2";
|
||||
|
||||
/*
|
||||
* Startup code. Do not look at it, it may harm you.
|
||||
|
@ -30,7 +30,7 @@ interface Info{
|
||||
/**
|
||||
* Actual Minecraft: PE protocol version
|
||||
*/
|
||||
const CURRENT_PROTOCOL = 92;
|
||||
const CURRENT_PROTOCOL = 100;
|
||||
|
||||
const LOGIN_PACKET = 0x01;
|
||||
const PLAY_STATUS_PACKET = 0x02;
|
||||
|
Loading…
x
Reference in New Issue
Block a user