diff --git a/EXILED/Exiled.API/Features/Player.cs b/EXILED/Exiled.API/Features/Player.cs index fa8dc7087..a243b7f95 100644 --- a/EXILED/Exiled.API/Features/Player.cs +++ b/EXILED/Exiled.API/Features/Player.cs @@ -2055,7 +2055,7 @@ public void Disconnect(string reason = null) => public void ResetStamina() => Stamina = StaminaStat.MaxValue; /// - /// Sets the scale of a player on the server side (will update for players too). + /// Sets the scale of a player on the server side. /// /// The scale to set. /// Who should see the updated scale.