From 89d87baf3a840c045d0505a5aa21d2ac99deddc1 Mon Sep 17 00:00:00 2001 From: waffle-lord <76401815+waffle-lord@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:16:07 -0500 Subject: [PATCH] Update README.md again ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb07d25..934733e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ public enum PatcherExitCode EftExeNotFound = 11, // EFT exe was not 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) - 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) } ```