diff --git a/src/entity/Entity.php b/src/entity/Entity.php index be44a0433..be4bfa4e1 100644 --- a/src/entity/Entity.php +++ b/src/entity/Entity.php @@ -988,9 +988,7 @@ abstract class Entity{ $this->timings->stopTiming(); - //if($this->isStatic()) return ($hasUpdate || $this->hasMovementUpdate()); - //return !($this instanceof Player); } final public function scheduleUpdate() : void{