mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Entity->entityBaseTick() is now protected
This commit is contained in:
@ -78,7 +78,7 @@ class Squid extends WaterAnimal{
|
||||
}
|
||||
|
||||
|
||||
public function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
protected function entityBaseTick(int $tickDiff = 1) : bool{
|
||||
if($this->closed){
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user