From b7df022895033394967696b70570451178eaf7e9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 11 Jul 2016 23:28:36 +0100 Subject: [PATCH] update_steamsmd_dl --- lgsm/functions/update_steamcmd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lgsm/functions/update_steamcmd.sh b/lgsm/functions/update_steamcmd.sh index 5f87ec25c..4db3c284e 100644 --- a/lgsm/functions/update_steamcmd.sh +++ b/lgsm/functions/update_steamcmd.sh @@ -9,7 +9,6 @@ local commandaction="Update" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_update_steamcmd_dl(){ - check.sh info_config.sh fn_print_dots "SteamCMD" @@ -87,7 +86,7 @@ fn_appmanifest_check(){ fn_print_info_nl "Forcing update to correct issue" fn_script_log_info "Forcing update to correct issue" sleep 1 - update_dl.sh + fn_update_steamcmd_dl fn_update_request_log fi }