This commit is contained in:
Skull 2022-09-06 17:46:12 +03:00
parent 8a30d4b4e7
commit bb692fbb36

View File

@ -103,7 +103,7 @@ FARPROC load_binary(const launcher::mode mode, uint64_t* base_address)
} }
else 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; check_for_steam_install = true;