mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-12 15:10:45 -05:00
- Don't use an array buffer for patching, seems to help with memory use
This commit is contained in:
parent
8ccb6e0b32
commit
0cd0789359
@ -120,7 +120,7 @@ namespace PatcherUtils
|
||||
HDiffPatch.LogVerbosity = Verbosity.Quiet;
|
||||
|
||||
patcher.Initialize(DeltaFilePath);
|
||||
patcher.Patch(SourceFilePath, decodedPath, true, default, false, true);
|
||||
patcher.Patch(SourceFilePath, decodedPath, false, default, false, false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user