mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Improved Entity extinguish operations and packet spam
This commit is contained in:
@ -151,8 +151,6 @@ abstract class Living extends Entity implements Damageable{
|
||||
$this->attack($ev->getFinalDamage(), $ev);
|
||||
}
|
||||
}
|
||||
|
||||
$this->extinguish();
|
||||
}else{
|
||||
$this->airTicks = 300;
|
||||
}
|
||||
|
Reference in New Issue
Block a user