From 7d71aa5c44b512a69fdf0ab773f597ff07803ac0 Mon Sep 17 00:00:00 2001 From: Ryzhehvost Date: Sun, 13 Jan 2019 19:04:51 +0200 Subject: [PATCH] make Archi happy --- Ryzhehvost.CaseInsensitiveASF/CaseInsensitiveASF.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }