Improved Entity extinguish operations and packet spam

This commit is contained in:
Shoghi Cervantes
2014-10-13 23:44:11 +02:00
parent 883f93cc8c
commit 823dc933b8
3 changed files with 6 additions and 4 deletions

View File

@ -151,8 +151,6 @@ abstract class Living extends Entity implements Damageable{
$this->attack($ev->getFinalDamage(), $ev);
}
}
$this->extinguish();
}else{
$this->airTicks = 300;
}