From 50ff914c8e4c3ac6595c3859dc1551b889bf780d Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sun, 9 Jun 2024 05:05:03 +0100 Subject: [PATCH] small change since #1121 --- steamtinkerlaunch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 607b464a..342f1dbc 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -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