Skip to content

Commit

Permalink
whitespace adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 9, 2024
1 parent d09dba7 commit d129dcb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -18963,8 +18963,6 @@ function prepareLaunch {
# in case a path changed in between, call createProjectDirs again:
createProjectDirs



# autoapply configuration settings based on the steam collections the game is in:
autoCollectionSettings

Expand Down Expand Up @@ -19161,7 +19159,6 @@ function prepareLaunch {
# Automatic Grid Update Check before_game
if [ "$SGDBAUTODL" == "before_game" ] && [ "$STLPLAY" -eq 0 ]; then
writelog "INFO" "${FUNCNAME[0]} - Automatic Grid Update Check '$SGDBAUTODL'"
# getGrids "$AID" &
commandlineGetSteamGridDBArtwork --search-id="$AID" --steam
fi

Expand All @@ -19181,8 +19178,7 @@ function prepareLaunch {
if [ "$KEEPSTLOPEN" -eq 1 ]; then
writelog "INFO" "${FUNCNAME[0]} - KEEPSTLOPEN is enabled - re-opening the $PROGNAME menu"
prepareLaunch X
else
# GAME ENDED - Closing:
else # GAME ENDED - Closing:
writelog "STOP" "######### CLEANUP #########"
closeSTL "######### DONE - $PROGNAME $PROGVERS #########"
fi
Expand Down

0 comments on commit d129dcb

Please sign in to comment.