This commit is contained in:
Skull 2022-09-06 17:46:12 +03:00
parent 7b4c694add
commit 79d52e4462

View File

@ -103,7 +103,7 @@ FARPROC load_binary(const launcher::mode mode, uint64_t* base_address)
}
else
{
MSG_BOX_WARN("Could not find Steam in the registry. If Steam is not installed, you must install it for H1-Mod to work.");
throw std::runtime_error("Could not find Steam in the registry. If Steam is not installed, you must install it for H1-Mod to work.");
}
check_for_steam_install = true;