From 29301614e8adb4040b961cd673278daeb6c4601e Mon Sep 17 00:00:00 2001 From: ipad54 <63200545+ipad54@users.noreply.github.com> Date: Fri, 4 Nov 2022 23:23:56 +0300 Subject: [PATCH] Remove dead comments (#5389) --- src/entity/Entity.php | 2 -- 1 file changed, 2 deletions(-) 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{