aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/fallout4/gamefallout4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_bethesda/src/games/fallout4/gamefallout4.cpp')
-rw-r--r--libs/game_bethesda/src/games/fallout4/gamefallout4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/game_bethesda/src/games/fallout4/gamefallout4.cpp b/libs/game_bethesda/src/games/fallout4/gamefallout4.cpp
index 02d30cb..d1ba92f 100644
--- a/libs/game_bethesda/src/games/fallout4/gamefallout4.cpp
+++ b/libs/game_bethesda/src/games/fallout4/gamefallout4.cpp
@@ -63,7 +63,7 @@ QString GameFallout4::gameName() const
void GameFallout4::detectGame()
{
m_GamePath = identifyGamePath();
- m_MyGamesPath = determineMyGamesPath("Fallout4");
+ m_MyGamesPath = determineMyGamesPath("Fallout4", !m_GamePath.isEmpty());
}
QList<ExecutableInfo> GameFallout4::executables() const