diff --git a/PluralKit.Bot/Services/ProxyService.cs b/PluralKit.Bot/Services/ProxyService.cs index 06b4d288..01af085a 100644 --- a/PluralKit.Bot/Services/ProxyService.cs +++ b/PluralKit.Bot/Services/ProxyService.cs @@ -51,7 +51,7 @@ namespace PluralKit.Bot var ordered = potentials.OrderByDescending(p => p.Member.ProxyString.Length); foreach (var potential in ordered) { - if (potential.Member.Prefix == null && potential.Member.Suffix != null) continue; + if (potential.Member.Prefix == null && potential.Member.Suffix == null) continue; var prefix = potential.Member.Prefix ?? ""; var suffix = potential.Member.Suffix ?? "";