We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e0bc0 commit 6ec0462Copy full SHA for 6ec0462
core/tabs/gaming/fallout-76/fallout76settings.sh
@@ -171,9 +171,9 @@ find_common_paths() {
171
IFS='
172
'
173
for steam_dir in $steamapps_dirs; do
174
- fo76_path="$steam_dir/common/Fallout76"
175
- if [ -d "$fo76_path" ]; then
176
- common_paths="$common_paths$fo76_path
+ fallout76_path="$steam_dir/common/Fallout76"
+ if [ -d "$fallout76_path" ]; then
+ common_paths="$common_paths$fallout76_path
177
"
178
fi
179
done
0 commit comments