0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-12 17:10:46 -05:00
This commit is contained in:
Philipp Heenemann 2024-05-17 07:57:00 +02:00
parent 51a2190559
commit 9fe08cd794

View File

@ -35,7 +35,7 @@ public class SetupClientTask : InstallerTaskBase
if (_data.PatchNeeded)
{
// extract patcher files
SetStatus("Extrating Patcher", "", 0);
SetStatus("Extracting Patcher", "", 0);
var extractPatcherResult = ZipHelper.Decompress(_data.PatcherZipInfo, patcherOutputDir, progress);