mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Merge remote-tracking branch 'origin/stable' into next-minor
This commit is contained in:
commit
6153a2ac70
@ -998,9 +998,7 @@ abstract class Entity{
|
|||||||
|
|
||||||
$this->timings->stopTiming();
|
$this->timings->stopTiming();
|
||||||
|
|
||||||
//if($this->isStatic())
|
|
||||||
return ($hasUpdate || $this->hasMovementUpdate());
|
return ($hasUpdate || $this->hasMovementUpdate());
|
||||||
//return !($this instanceof Player);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final public function scheduleUpdate() : void{
|
final public function scheduleUpdate() : void{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user