Merge remote-tracking branch 'origin/stable' into next-minor

This commit is contained in:
Dylan K. Taylor 2022-11-04 20:51:40 +00:00
commit 6153a2ac70
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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