diff --git a/PluralKit.Core/Models.cs b/PluralKit.Core/Models.cs index 61d769b0..41e1e0f7 100644 --- a/PluralKit.Core/Models.cs +++ b/PluralKit.Core/Models.cs @@ -78,8 +78,8 @@ namespace PluralKit [JsonProperty("suffix")] [Obsolete("Use PKMember.ProxyTags")] public string Suffix { - get => ProxyTags?.FirstOrDefault().Prefix; - set => ProxyTags = new[] {new ProxyTag(Prefix, value)}; + get => ProxyTags?.FirstOrDefault().Suffix; + set => ProxyTags = new[] {new ProxyTag(Suffix, value)}; } /// Returns a formatted string representing the member's birthday, taking into account that a year of "0001" is hidden