mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Entity: Remove excess whitespace in doOnFireTick()
This commit is contained in:
parent
74239eec69
commit
502dd14c67
@ -1026,8 +1026,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
$this->fireTicks -= $tickDiff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(($this->fireTicks % 20 === 0) or $tickDiff > 20){
|
||||
$this->dealFireDamage();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user