Fixed vine block placement

This commit is contained in:
Dylan K. Taylor 2017-04-14 18:25:50 +01:00
parent a327a74ece
commit f12a6eed29

View File

@ -124,8 +124,6 @@ class Vine extends Transparent{
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){ public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
if(!$target->isTransparent() and $target->isSolid()){ if(!$target->isTransparent() and $target->isSolid()){
$faces = [ $faces = [
0 => 0,
1 => 0,
2 => 1, 2 => 1,
3 => 4, 3 => 4,
4 => 8, 4 => 8,