summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite/Form1.cs
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-03-25 22:11:27 +0300
committerdartraiden <wowemuh@gmail.com>2018-03-25 22:11:27 +0300
commit9cf27796861004c2e34191230207a62ac0a1b09f (patch)
treed2f67e5949cc76e9f1864749ba71d131410be926 /tools/Langpack Suite/Form1.cs
parent35a613633a2bec681e2cb8e7dac583b16465efef (diff)
remove some more DbChecker
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r--tools/Langpack Suite/Form1.cs2
1 files changed, 1 insertions, 1 deletions
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("¤"))