diff --git a/PlayerTags/Data/Tag.cs b/PlayerTags/Data/Tag.cs index a168890..9774806 100644 --- a/PlayerTags/Data/Tag.cs +++ b/PlayerTags/Data/Tag.cs @@ -107,6 +107,18 @@ namespace PlayerTags.Data public InheritableValue CustomId = new InheritableValue(Guid.Empty); + [JsonProperty, Obsolete] + private InheritableValue IsIconVisibleInChat + { + set => IsRoleIconVisibleInChat = value; + } + + [JsonProperty, Obsolete] + private InheritableValue IsIconVisibleInNameplate + { + set => IsRoleIconVisibleInNameplates = value; + } + [InheritableCategory("IconCategory")] public InheritableValue Icon = new InheritableValue(BitmapFontIcon.Aethernet); [InheritableCategory("IconCategory")]