mirror of
https://silica.codes/BedrockReverse/McTools.git
synced 2025-05-22 19:16:25 +12:00
Fix Galaxilite
This commit is contained in:
parent
11bc128354
commit
e0d10ff685
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue