mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Entity->entityBaseTick() is now protected
This commit is contained in:
@ -885,7 +885,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
return $this->propertyManager;
|
||||
}
|
||||
|
||||
public function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
protected function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
//TODO: check vehicles
|
||||
|
||||
$this->justCreated = false;
|
||||
|
Reference in New Issue
Block a user