Bump version to 0.14.2.0 and protocol changes

This commit is contained in:
Intyre
2016-04-28 01:50:54 +02:00
parent 754ff9b4c4
commit ac482621a1
5 changed files with 13 additions and 3 deletions

View File

@ -1177,6 +1177,8 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$pk = new AdventureSettingsPacket();
$pk->flags = $flags;
$pk->userPermission = 2;
$pk->globalPermission = 2;
$this->dataPacket($pk);
}