Skip to content

Commit

Permalink
forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonjemus committed Jan 30, 2025
1 parent 06b63b0 commit 76b6403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EXILED/Exiled.API/Features/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,6 @@ public float HumeShieldRegenerationMultiplier

/// <summary>
/// Gets the player's <see cref="PlayerStatsSystem.HumeShieldStat"/>.
/// TODO: Change to <see cref="CustomStats.CustomHumeShieldStat"/>.
/// </summary>
[Obsolete("Use" + nameof(CustomHumeShieldStat) + " instead.")]
public HumeShieldStat HumeShieldStat => CustomHumeShieldStat;
Expand Down

0 comments on commit 76b6403

Please sign in to comment.