0
0
mirror of https://github.com/sp-tarkov/patcher.git synced 2025-02-12 17:30:44 -05:00

Update README.md again ...

This commit is contained in:
waffle-lord 2024-11-25 11:16:07 -05:00 committed by GitHub
parent aa624607ad
commit 89d87baf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ public enum PatcherExitCode
EftExeNotFound = 11, // EFT exe was not found during patching (patch client only) EftExeNotFound = 11, // EFT exe was not found during patching (patch client only)
NoPatchFolder = 12, // no patch folder was found during patching (patch client only) NoPatchFolder = 12, // no patch folder was found during patching (patch client only)
MissingFile = 13, // a matching file could not be found during patching (patch client only) MissingFile = 13, // a matching file could not be found during patching (patch client only)
MissingDir = 14 // a directory could not be found during patch generation (source/target/output) (patch generator only) MissingDir = 14, // a directory could not be found during patch generation (source/target/output) (patch generator only)
PatchFailed = 15 // a patch file failed (patch client only) PatchFailed = 15 // a patch file failed (patch client only)
} }
``` ```