diff --git a/lgsm/functions/update_steamcmd.sh b/lgsm/functions/update_steamcmd.sh index da2969356..2cc72e72d 100644 --- a/lgsm/functions/update_steamcmd.sh +++ b/lgsm/functions/update_steamcmd.sh @@ -7,6 +7,14 @@ lgsm_version="210516" # Description:Handles updating using steamCMD. fn_update_steamcmd_dl(){ + + check.sh + info_config.sh + fn_print_dots "Updating ${servername}" + sleep 1 + fn_print_ok_nl "Updating ${servername}" + fn_script_log_info "Updating ${servername}" + cd "${rootdir}/steamcmd" # Detects if unbuffer command is available. @@ -222,5 +230,4 @@ if [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then else fn_update_request_log fn_update_steamcmd_check -fi -core_exit.sh \ No newline at end of file +fi \ No newline at end of file