diff --git a/src/player/Player.php b/src/player/Player.php index a3531ba08..ab348d899 100644 --- a/src/player/Player.php +++ b/src/player/Player.php @@ -1576,7 +1576,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{ public function continueBreakBlock(Vector3 $pos, int $face) : void{ if($this->blockBreakHandler !== null and $this->blockBreakHandler->getBlockPos()->distanceSquared($pos) < 0.0001){ - //TODO: check the targeted block matches the one we're told to target $this->blockBreakHandler->setTargetedFace($face); } }