mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 16:34:05 +00:00
Remove dead comments (#5389)
This commit is contained in:
parent
2fdc46c165
commit
29301614e8
@ -988,9 +988,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