mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Entity->entityBaseTick() is now protected
This commit is contained in:
@ -676,7 +676,7 @@ abstract class Living extends Entity implements Damageable{
|
||||
$this->despawnFromAll();
|
||||
}
|
||||
|
||||
public function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
protected function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
Timings::$timerLivingEntityBaseTick->startTiming();
|
||||
|
||||
$hasUpdate = parent::entityBaseTick($tickDiff);
|
||||
|
Reference in New Issue
Block a user