Skip to content

Commit

Permalink
Improved error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Jul 17, 2024
1 parent 16576d3 commit 65a63e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPTInstaller/Helpers/ProcessHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static Result PatchClientFiles(FileInfo executable, DirectoryInfo working
return Result.FromError("Patchers Folder called 'SPT_Patches' is missing");

case PatcherExitCode.MissingFile:
return Result.FromError("EFT files was missing a Vital file to continue");
return Result.FromError("Vital EFT files were not found. The installer is unable to continue. Please reinstall EFT and try again.");

case PatcherExitCode.PatchFailed:
return Result.FromError("A patch failed to apply");
Expand Down

0 comments on commit 65a63e0

Please sign in to comment.