mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Removed useless @inheritDoc (#5399)
This commit is contained in:
parent
50efcf7424
commit
93e661aa4e
@ -2405,9 +2405,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)){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user