Skip to content

Commit

Permalink
small change since #1121
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 9, 2024
1 parent 3fabf6a commit 50ff914
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -7846,11 +7846,10 @@ function listSteamGames {
echo "Use another option instead, or leave blank to only return path for games which have an installation path."

exit
else
for AID in "${LISTAIDSARR[@]}"; do
getGameDir "$AID" "1" "${SEARCHSTEAMSHORTCUTS}"
done
fi
for AID in "${LISTAIDSARR[@]}"; do
getGameDir "$AID" "1" "${SEARCHSTEAMSHORTCUTS}"
done
elif [ "$LSTYPE" == "count" ]; then
printf "\n%s\n" "$( getGameCount )"
elif [ "$LSTYPE" == "full" ] || [ -z "$LSTYPE" ]; then # This is the default if id/name/path/full is not passed
Expand Down

0 comments on commit 50ff914

Please sign in to comment.