diff --git a/main.cpp b/main.cpp index 86d6ce2..5eb2d88 100644 --- a/main.cpp +++ b/main.cpp @@ -35,6 +35,7 @@ std::string get_steam_install_path() if (is_valid_steam_path(steam_path)) { found_steam_path = steam_path; + break; } }