#region API
private bool API_IsDeepCovered(BasePlayer player)
=> PlayerData.ContainsKey(player.userID);
#endregionWhen you use this in deepcover, it works, but when the person does /r it goes back to the original name, can you fix this?
#region API
private bool API_IsDeepCovered(BasePlayer player)
=> PlayerData.ContainsKey(player.userID);
#endregion