From 79d52e4462910995f1292048c3c671acac062e1a Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:46:12 +0300 Subject: [PATCH] bruh --- src/client/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/main.cpp b/src/client/main.cpp index 97ee8417..324eec3c 100644 --- a/src/client/main.cpp +++ b/src/client/main.cpp @@ -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;