mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Fixed dead entities and Item picking, improved timing reports
This commit is contained in:
@ -83,7 +83,7 @@ class PrimedTNT extends Entity implements Explosive{
|
||||
|
||||
$hasUpdate = $this->entityBaseTick($tickDiff);
|
||||
|
||||
if(!$this->dead){
|
||||
if($this->isAlive()){
|
||||
|
||||
$this->motionY -= $this->gravity;
|
||||
|
||||
|
Reference in New Issue
Block a user