diff --git a/EXILED/Exiled.CustomRoles/API/Features/CustomRole.cs b/EXILED/Exiled.CustomRoles/API/Features/CustomRole.cs index ba6ecc95f8..b5316808ba 100644 --- a/EXILED/Exiled.CustomRoles/API/Features/CustomRole.cs +++ b/EXILED/Exiled.CustomRoles/API/Features/CustomRole.cs @@ -505,6 +505,7 @@ public virtual void Destroy() public virtual void AddRole(Player player) { Log.Debug($"{Name}: Adding role to {player.Nickname}."); + TrackedPlayers.Add(player); player.UniqueRole = Name; if (Role != RoleTypeId.None) @@ -526,7 +527,6 @@ public virtual void AddRole(Player player) } player.UniqueRole = Name; - TrackedPlayers.Add(player); Timing.CallDelayed( AddRoleDelay,