mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Protocol changes for 1.0.0.0
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 = "v0.17.0.2 alpha";
|
||||
const MINECRAFT_VERSION_NETWORK = "0.17.0.2";
|
||||
const MINECRAFT_VERSION = "v1.0.0.0";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.0.0";
|
||||
|
||||
/*
|
||||
* Startup code. Do not look at it, it may harm you.
|
||||
|
Reference in New Issue
Block a user