mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 18:36:40 +00:00
Remove beta tag, bump client version to 1.0.4.11
This commit is contained in:
parent
dbb579aa73
commit
d31e92bbe7
@ -31,8 +31,8 @@ interface Info{
|
|||||||
* Actual Minecraft: PE protocol version
|
* Actual Minecraft: PE protocol version
|
||||||
*/
|
*/
|
||||||
const CURRENT_PROTOCOL = 102;
|
const CURRENT_PROTOCOL = 102;
|
||||||
const MINECRAFT_VERSION = "v1.0.4.1 beta";
|
const MINECRAFT_VERSION = "v1.0.4.11";
|
||||||
const MINECRAFT_VERSION_NETWORK = "1.0.4.1";
|
const MINECRAFT_VERSION_NETWORK = "1.0.4.11";
|
||||||
|
|
||||||
const LOGIN_PACKET = 0x01;
|
const LOGIN_PACKET = 0x01;
|
||||||
const PLAY_STATUS_PACKET = 0x02;
|
const PLAY_STATUS_PACKET = 0x02;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user