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