mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
PlayerChangeSkinEvent: remove obsolete doc comment
This commit is contained in:
parent
a58551af5b
commit
223893fd5c
@ -53,9 +53,6 @@ class PlayerChangeSkinEvent extends PlayerEvent implements Cancellable{
|
|||||||
return $this->newSkin;
|
return $this->newSkin;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws \InvalidArgumentException if the specified skin is not valid
|
|
||||||
*/
|
|
||||||
public function setNewSkin(Skin $skin) : void{
|
public function setNewSkin(Skin $skin) : void{
|
||||||
$this->newSkin = $skin;
|
$this->newSkin = $skin;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user