diff --git a/src/pocketmine/block/EnderChest.php b/src/pocketmine/block/EnderChest.php index 7e0e21120..455449386 100644 --- a/src/pocketmine/block/EnderChest.php +++ b/src/pocketmine/block/EnderChest.php @@ -75,10 +75,6 @@ class EnderChest extends Chest{ return true; } - public function onBreak(Item $item, Player $player = null) : bool{ - return Block::onBreak($item, $player); - } - public function onActivate(Item $item, Player $player = null) : bool{ if($player instanceof Player){