mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-15 22:05:06 +00:00
Entity: remove dead code
[bc break]
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user