mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Improved block collision check
This commit is contained in:
@ -135,6 +135,8 @@ abstract class Living extends Entity implements Damageable{
|
||||
}
|
||||
|
||||
$this->extinguish();
|
||||
}else{
|
||||
$this->airTicks = 300;
|
||||
}
|
||||
|
||||
if($this->attackTime > 0){
|
||||
|
Reference in New Issue
Block a user