Block constructor mass-replace to fix #963 and related issues

This commit is contained in:
Dylan K. Taylor
2017-06-05 10:02:13 +01:00
parent 6f126ad239
commit 61d354a4ea
47 changed files with 94 additions and 94 deletions

View File

@ -34,8 +34,8 @@ class EnchantingTable extends Transparent{
protected $id = self::ENCHANTING_TABLE;
public function __construct(){
public function __construct($meta = 0){
$this->meta = $meta;
}
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){