mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed dead entities and Item picking, improved timing reports
This commit is contained in:
@ -88,7 +88,7 @@ abstract class Projectile extends Entity{
|
||||
|
||||
$hasUpdate = $this->entityBaseTick($tickDiff);
|
||||
|
||||
if(!$this->dead){
|
||||
if($this->isAlive()){
|
||||
|
||||
$movingObjectPosition = null;
|
||||
|
||||
|
Reference in New Issue
Block a user