renable disabled code

This commit is contained in:
Timothy Baldridge 2019-08-30 18:01:09 -06:00
parent ab3c87975c
commit 800604a151

View File

@ -580,7 +580,7 @@ namespace Wabbajack
Status($"Generating patch of {filename}");
using (var ms = new MemoryStream()) {
//BSDiff.Create(File.ReadAllBytes(game_file), File.ReadAllBytes(source.AbsolutePath), ms);
BSDiff.Create(File.ReadAllBytes(game_file), File.ReadAllBytes(source.AbsolutePath), ms);
result.SourceData = ms.ToArray().ToBase64();
}
Info($"Generated a {result.SourceData.Length} byte patch for {filename}");