diff --git a/steamtinkerlaunch b/steamtinkerlaunch index c8dd35b6..c49bafa5 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -22512,9 +22512,6 @@ function commandline { fetchGameSLRGui "$2" elif [ "$1" == "debug" ]; then ## Why are you looking here? :-) - - DEBUG_CONFIG="${FLCV//.vdf/ testing.vdf}" - DEBUG_CONFIGVDF="${CFGVDF//.vdf/ testing.vdf}" DEBUGNOSTAID="-222353304" ### This part of debug is for testing updating the JSON blob in the localconfig VDF @@ -23744,7 +23741,7 @@ function getVdfSection { if [ "$INDENT" -gt 0 ]; then INDENTSTR="$( generateVdfIndentString "$INDENT" "[[:space:]]" )" else - writelog "INFO" "${FUNCNAME[0]} - Indent is 0 ("$INDENT")" + writelog "INFO" "${FUNCNAME[0]} - Indent is 0 ($INDENT)" fi INDENTEDSTARTPATTERN="${INDENTSTR}${STARTPATTERN}" INDENTEDENDPATTERN="${INDENTSTR}${ENDPATTERN}"