diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 6ad8f4b4..d749226e 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -203,14 +203,12 @@ namespace steam_proxy { case ownership_state::success: break; - /* case ownership_state::nosteam: - throw std::runtime_error("Steam must be running to play this game!"); + break; case ownership_state::unowned: - throw std::runtime_error("You must own the game on steam to play this mod!"); + break; case ownership_state::error: - throw std::runtime_error("Failed to verify ownership of the game!"); - */ + break; } #endif } diff --git a/t7x.exe b/t7x.exe index 98c1e016..5b6e5ab1 100644 Binary files a/t7x.exe and b/t7x.exe differ