Fixed dead entities and Item picking, improved timing reports

This commit is contained in:
Shoghi Cervantes
2015-05-06 16:21:35 +02:00
parent bff51322af
commit 44b5c23ee1
10 changed files with 73 additions and 73 deletions

View File

@ -83,7 +83,7 @@ class PrimedTNT extends Entity implements Explosive{
$hasUpdate = $this->entityBaseTick($tickDiff);
if(!$this->dead){
if($this->isAlive()){
$this->motionY -= $this->gravity;