Skip to content

Commit

Permalink
nah let just not do this
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Aug 25, 2023
1 parent 5536ebe commit cd0b7c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ private void Compress(string folder, string output, string[] includes, McmFileCo
if (mcmMetadata is not null)
{
mcmFileStream.LoadMetadata(mcmMetadata[int.Parse(Path.GetFileNameWithoutExtension(file))]);
mcmFileStream.CompressionType1 = McmFileCompressionType.None;
mcmFileStream.CompressionType2 = McmFileCompressionType.None;
}
else
{
Expand Down

0 comments on commit cd0b7c2

Please sign in to comment.