mirror of
https://silica.codes/BedrockReverse/McTools.git
synced 2025-04-06 05:05:40 +12:00
Fix Galaxilite
This commit is contained in:
parent
11bc128354
commit
e0d10ff685
2 changed files with 3 additions and 5 deletions
5
LICENSE
5
LICENSE
|
@ -1,5 +0,0 @@
|
||||||
All code is hereby entered into the Public Domain
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- Abolish Interlectual Property -
|
|
|
@ -224,6 +224,9 @@ namespace McCrypt
|
||||||
if (decKey == null)
|
if (decKey == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (Path.GetFileName(relPath).ToLowerInvariant() == "manifest.json")
|
||||||
|
continue;
|
||||||
|
|
||||||
Thread thrd = new Thread(() =>
|
Thread thrd = new Thread(() =>
|
||||||
{
|
{
|
||||||
string filePath = Path.Combine(baseDirectory, relPath); // Combine pack dir, with file relative path
|
string filePath = Path.Combine(baseDirectory, relPath); // Combine pack dir, with file relative path
|
||||||
|
|
Loading…
Add table
Reference in a new issue