mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Remove useless newline
This commit is contained in:
parent
5b8ce7e3e2
commit
1d22761d27
@ -101,8 +101,7 @@ final class SurvivalBlockBreakHandler{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function update() : bool{
|
public function update() : bool{
|
||||||
if(
|
if($this->player->getPosition()->distanceSquared($this->blockPos->add(0.5, 0.5, 0.5)) > $this->maxPlayerDistance ** 2){
|
||||||
$this->player->getPosition()->distanceSquared($this->blockPos->add(0.5, 0.5, 0.5)) > $this->maxPlayerDistance ** 2){
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user