Skip to content

Commit

Permalink
remove leftover from #967
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 5, 2023
1 parent 43c3b0a commit 71dbde5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20231105-2"
PROGVERS="v14.0.20231105-3"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -23034,7 +23034,6 @@ function getNestedVdfSection {
# Use getVdfSection on each section it finds until we run out of
CURRENTSECTION=""
for SECIND in "${!VDFPATHARRAY[@]}"; do
# echo "'${VDFPATHARRAY[$SECIND]}'"
SECTIONNAME="$( safequoteVdfBlockName "${VDFPATHARRAY[$SECIND]}" )"
writelog "INFO" "${FUNCNAME[0]} - Searching for section with name '$SECTIONNAME'"
NEXTSECTION="$( getVdfSection "$SECTIONNAME" "" "$INDENT" "$VDF" "X" )"
Expand Down

0 comments on commit 71dbde5

Please sign in to comment.