Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-11-12 17:01:58 +00:00
6 changed files with 11 additions and 15 deletions

View File

@ -2416,9 +2416,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
$this->ySize = 0;
}
/**
* {@inheritdoc}
*/
public function teleport(Vector3 $pos, ?float $yaw = null, ?float $pitch = null) : bool{
if(parent::teleport($pos, $yaw, $pitch)){