Entity: Remove excess whitespace in doOnFireTick()

This commit is contained in:
Dylan K. Taylor 2017-12-07 17:28:37 +00:00
parent 74239eec69
commit 502dd14c67

View File

@ -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();
}