Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-04-28 21:00:23 +01:00
16 changed files with 116 additions and 64 deletions

View File

@ -50,9 +50,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;
}