diff --git a/src/event/player/PlayerChangeSkinEvent.php b/src/event/player/PlayerChangeSkinEvent.php index 51fde74a3..69852b624 100644 --- a/src/event/player/PlayerChangeSkinEvent.php +++ b/src/event/player/PlayerChangeSkinEvent.php @@ -53,9 +53,6 @@ class PlayerChangeSkinEvent extends PlayerEvent implements Cancellable{ return $this->newSkin; } - /** - * @throws \InvalidArgumentException if the specified skin is not valid - */ public function setNewSkin(Skin $skin) : void{ $this->newSkin = $skin; }