ok
This commit is contained in:
parent
39a90d8c56
commit
b98ee18759
@ -97,7 +97,7 @@ FARPROC load_binary(const launcher::mode mode)
|
|||||||
if (!utils::io::read_file(binary, &data))
|
if (!utils::io::read_file(binary, &data))
|
||||||
{
|
{
|
||||||
throw std::runtime_error(utils::string::va(
|
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()));
|
binary.data()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user