Skip to content

Commit

Permalink
a little
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Dec 24, 2024
1 parent 873c390 commit f1c629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Events/EventArgs/Player/SpawningEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public SpawningEventArgs(Player player, Vector3 position, float rotation, Player
/// Gets the player's old <see cref="PlayerRoleBase">role</see>.
/// </summary>
[Obsolete("Removed because the method is no longer provide OldRole since version 14.0. Use Player.Role instead")]
public Role OldRole { get; }
public Role OldRole => Player.Role;

/// <summary>
/// Gets the player's new <see cref="PlayerRoleBase">role</see>.
Expand Down

0 comments on commit f1c629e

Please sign in to comment.