EnderChest: Remove dead onBreak() code (follow-up to previous commit)

This commit is contained in:
Dylan K. Taylor 2018-01-03 12:10:36 +00:00
parent 6ce728169e
commit 1bdb68b7da

View File

@ -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){