mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Entity->entityBaseTick() is now protected
This commit is contained in:
@ -81,7 +81,7 @@ class PrimedTNT extends Entity implements Explosive{
|
||||
return $nbt;
|
||||
}
|
||||
|
||||
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