Bump version to 0.16.0.5 and protocol to 91

This commit is contained in:
Dylan K. Taylor
2016-10-21 18:32:07 +01:00
parent ce72f634b0
commit 902dd4258b
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ interface Info{
/**
* Actual Minecraft: PE protocol version
*/
const CURRENT_PROTOCOL = 90;
const CURRENT_PROTOCOL = 91;
const LOGIN_PACKET = 0x01;
const PLAY_STATUS_PACKET = 0x02;