Remove dead comments (#5389)

This commit is contained in:
ipad54 2022-11-04 23:23:56 +03:00 committed by GitHub
parent 2fdc46c165
commit 29301614e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{