mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
Fix autogenerated version numbers (didn't mean to commit this)
I'm working with a beta version >_>
This commit is contained in:
parent
30df0c2418
commit
4731bf0a16
@ -43,11 +43,11 @@ interface ProtocolInfo{
|
|||||||
/**
|
/**
|
||||||
* Current Minecraft PE version reported by the server. This is usually the earliest currently supported version.
|
* Current Minecraft PE version reported by the server. This is usually the earliest currently supported version.
|
||||||
*/
|
*/
|
||||||
const MINECRAFT_VERSION = 'v1.1.3.1 beta';
|
const MINECRAFT_VERSION = 'v1.1.0.55';
|
||||||
/**
|
/**
|
||||||
* Version number sent to clients in ping responses.
|
* Version number sent to clients in ping responses.
|
||||||
*/
|
*/
|
||||||
const MINECRAFT_VERSION_NETWORK = '1.1.3.1';
|
const MINECRAFT_VERSION_NETWORK = '1.1.0.55';
|
||||||
|
|
||||||
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