Skip to content

Commit

Permalink
that
Browse files Browse the repository at this point in the history
  • Loading branch information
Misfiy committed Sep 12, 2024
1 parent dca4b9f commit c5cc325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ public void Disconnect(string reason = null) =>
public void ResetStamina() => Stamina = StaminaStat.MaxValue;

/// <summary>
/// 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.
/// </summary>
/// <param name="scale">The scale to set.</param>
/// <param name="viewers">Who should see the updated scale.</param>
Expand Down

0 comments on commit c5cc325

Please sign in to comment.