mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-12 15:10:45 -05:00
Merge branch 'main' of https://dev.sp-tarkov.com/waffle.lord/Patcher
This commit is contained in:
commit
9c89650d41
@ -40,5 +40,6 @@ public enum PatcherExitCode
|
||||
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)
|
||||
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)
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user