Skip to content

Commit

Permalink
vlad 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Misfiy committed Sep 12, 2024
1 parent c77424e commit dca4b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXILED/Exiled.API/Features/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,7 @@ public void Disconnect(string reason = null) =>
/// <summary>
/// Sets the scale of a player on the server side (will update for players too).
/// </summary>
/// <param name="scale">The size to set.</param>
/// <param name="scale">The scale to set.</param>
/// <param name="viewers">Who should see the updated scale.</param>
public void SetScale(Vector3 scale, IEnumerable<Player> viewers)
{
Expand All @@ -2081,7 +2081,7 @@ public void SetScale(Vector3 scale, IEnumerable<Player> viewers)
/// Sets the scale of the player for other players.
/// </summary>
/// <param name="fakeScale">The scale to set to.</param>
/// <param name="viewers">Who should see the fake size.</param>
/// <param name="viewers">Who should see the fake scale.</param>
public void SetFakeScale(Vector3 fakeScale, IEnumerable<Player> viewers)
{
Vector3 currentScale = Scale;
Expand Down

0 comments on commit dca4b9f

Please sign in to comment.