Improved block collision check

This commit is contained in:
Shoghi Cervantes
2014-09-16 12:02:33 +02:00
parent 8a8a95480e
commit 45dbb3f828
2 changed files with 5 additions and 3 deletions

View File

@ -135,6 +135,8 @@ abstract class Living extends Entity implements Damageable{
}
$this->extinguish();
}else{
$this->airTicks = 300;
}
if($this->attackTime > 0){