From 9cf27796861004c2e34191230207a62ac0a1b09f Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 25 Mar 2018 22:11:27 +0300 Subject: remove some more DbChecker --- tools/Langpack Suite/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 2f6b2eb7aa..fe0cbf1242 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -294,7 +294,7 @@ namespace Langpack_Suite s = ReadFile.ReadLine().Trim(); while (s != "") { - if (s.StartsWith(" ") || s.StartsWith("¤") || s.Contains("DbChecker.dll")) + if (s.StartsWith(" ") || s.StartsWith("¤")) { int l = s.IndexOf("."); if (s.StartsWith(" ") || s.StartsWith("¤")) -- cgit v1.2.3