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