diff --git a/src/client/main.cpp b/src/client/main.cpp index 963e354a..519756b2 100644 --- a/src/client/main.cpp +++ b/src/client/main.cpp @@ -97,7 +97,7 @@ FARPROC load_binary(const launcher::mode mode) if (!utils::io::read_file(binary, &data)) { throw std::runtime_error(utils::string::va( - "Failed to read game binary (%s)!\nPlease copy the h1x.exe into your Call of Duty: Modern Warfare Remastered installation folder and run it from there.", + "Failed to read game binary (%s)!\nPlease copy the h1-mod.exe into your Call of Duty: Modern Warfare Remastered installation folder and run it from there.", binary.data())); }