Merge branch 'mcpe-1.6' into mcpe-1.6-master

This commit is contained in:
Dylan K. Taylor
2018-08-21 17:55:48 +01:00
19 changed files with 333 additions and 49 deletions

View File

@ -41,7 +41,7 @@ class RakLibInterface implements ServerInstance, AdvancedNetworkInterface{
* Sometimes this gets changed when the MCPE-layer protocol gets broken to the point where old and new can't
* communicate. It's important that we check this to avoid catastrophes.
*/
private const MCPE_RAKNET_PROTOCOL_VERSION = 8;
private const MCPE_RAKNET_PROTOCOL_VERSION = 9;
private const MCPE_RAKNET_PACKET_ID = "\xfe";