diff --git a/NominaOcculta/Obscurer.cs b/NominaOcculta/Obscurer.cs index eeceacf..5b77fd8 100755 --- a/NominaOcculta/Obscurer.cs +++ b/NominaOcculta/Obscurer.cs @@ -373,7 +373,7 @@ internal class Obscurer : IDisposable { continue; } - if (this.Plugin.NameRepository.GetReplacement(name, this.GetInfo(chara)) is not { } replacement) { + if (this.Plugin.NameRepository.GetReplacement(name, info) is not { } replacement) { continue; }