mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Bump protocol version
This commit is contained in:
parent
926e7ac0b1
commit
c180534f21
@ -75,7 +75,7 @@ namespace pocketmine {
|
||||
const VERSION = "Alpha_1.4dev";
|
||||
const API_VERSION = "1.0.0";
|
||||
const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
|
||||
const MINECRAFT_VERSION = "v0.8.1 alpha";
|
||||
const MINECRAFT_VERSION = "v0.9.0 alpha build 1";
|
||||
const PHP_VERSION = "5.5";
|
||||
|
||||
if(\Phar::running(true) !== ""){
|
||||
|
@ -30,7 +30,7 @@ interface Info{
|
||||
/**
|
||||
* Actual Minecraft: PE protocol version
|
||||
*/
|
||||
const CURRENT_PROTOCOL = 14;
|
||||
const CURRENT_PROTOCOL = 15;
|
||||
|
||||
|
||||
const LOGIN_PACKET = 0x82;
|
||||
|
Loading…
x
Reference in New Issue
Block a user