diff --git a/Ryzhehvost.CaseInsensitiveASF/CaseInsensitiveASF.cs b/Ryzhehvost.CaseInsensitiveASF/CaseInsensitiveASF.cs index 985a907..5dafc6e 100644 --- a/Ryzhehvost.CaseInsensitiveASF/CaseInsensitiveASF.cs +++ b/Ryzhehvost.CaseInsensitiveASF/CaseInsensitiveASF.cs @@ -13,7 +13,7 @@ public void OnLoaded() { ASF.ArchiLogger.LogGenericInfo("Case Insensitive ASF Plugin by Ryzhehvost, powered by ginger cats"); } - public StringComparer BotsComparer => StringComparer.InvariantCultureIgnoreCase; + public StringComparer BotsComparer => StringComparer.OrdinalIgnoreCase; } }