From e0d10ff68591d1c92937e0e22a4e505628e670f9 Mon Sep 17 00:00:00 2001 From: Li Date: Sun, 16 Jul 2023 00:32:15 +1200 Subject: [PATCH] Fix Galaxilite --- LICENSE | 5 ----- McCrypt/Marketplace.cs | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 824551d..0000000 --- a/LICENSE +++ /dev/null @@ -1,5 +0,0 @@ -All code is hereby entered into the Public Domain - - - -- Abolish Interlectual Property - diff --git a/McCrypt/Marketplace.cs b/McCrypt/Marketplace.cs index 4537768..c9c17c8 100644 --- a/McCrypt/Marketplace.cs +++ b/McCrypt/Marketplace.cs @@ -224,6 +224,9 @@ namespace McCrypt if (decKey == null) continue; + if (Path.GetFileName(relPath).ToLowerInvariant() == "manifest.json") + continue; + Thread thrd = new Thread(() => { string filePath = Path.Combine(baseDirectory, relPath); // Combine pack dir, with file relative path