diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index a34039458..ad9421517 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -922,7 +922,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{ if($amount <= 0){ if($this->isAlive()){ - $this->health = 0; $this->kill(); } }elseif($amount <= $this->getMaxHealth() or $amount < $this->health){