diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 7f70ab59d..57b4935ba 100755 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -259,7 +259,7 @@ fn_deps_detector(){ if [ "${steamcmdstatus}" == "1" ]; then # If SteamCMD is not available in repo dont check for it. - : + unset steamcmdstatus elif [ "${depstatus}" == "0" ]; then # If dependency is found. missingdep=0