mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +00:00
Changed visibility of Projectile->move to Protected. (#4585)
This commit is contained in:
parent
b4b954cc5f
commit
b34e6f53eb
@ -166,7 +166,7 @@ abstract class Projectile extends Entity{
|
|||||||
return $this->blockHit === null and parent::hasMovementUpdate();
|
return $this->blockHit === null and parent::hasMovementUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function move(float $dx, float $dy, float $dz) : void{
|
protected function move(float $dx, float $dy, float $dz) : void{
|
||||||
$this->blocksAround = null;
|
$this->blocksAround = null;
|
||||||
|
|
||||||
Timings::$entityMove->startTiming();
|
Timings::$entityMove->startTiming();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user