mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Protocol update for 1.0.0.1
Added PlayerFallPacket
This commit is contained in:
@ -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.0";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.0";
|
||||
const MINECRAFT_VERSION = "v1.0.0.1";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.1";
|
||||
|
||||
/*
|
||||
* Startup code. Do not look at it, it may harm you.
|
||||
|
Reference in New Issue
Block a user