Player: remove dead TODO comment

This commit is contained in:
Dylan K. Taylor 2021-12-29 18:32:53 +00:00
parent 0a0de018a5
commit d94578a420
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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);
}
}