Entity: remove dead code

[bc break]
This commit is contained in:
Dylan K. Taylor 2022-06-01 21:01:56 +01:00
parent 6ee551c5e1
commit 2029e3be20
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -141,9 +141,6 @@ abstract class Entity{
/** @var int */
protected $fireTicks = 0;
/** @var bool */
protected $isStatic = false;
private bool $savedWithChunk = true;
/** @var bool */
@ -999,9 +996,7 @@ abstract class Entity{
$this->timings->stopTiming();
//if($this->isStatic())
return ($hasUpdate || $this->hasMovementUpdate());
//return !($this instanceof Player);
}
final public function scheduleUpdate() : void{