diff --git a/src/block/Log.php b/src/block/Log.php index 88314eaf0..09b064855 100644 --- a/src/block/Log.php +++ b/src/block/Log.php @@ -27,8 +27,4 @@ use pocketmine\block\utils\PillarRotationTrait; class Log extends Wood{ use PillarRotationTrait; - - protected function getAxisMetaShift() : int{ - return $this->isStripped() ? 0 : 2; - } }