Browse Source

Removed "Steam login not set. Using anonymous login."

No requirement for it to be displayed everytime
pull/1162/head
Daniel Gibbs 9 years ago
parent
commit
5e0edfddb0
  1. 3
      lgsm/functions/check_steamcmd.sh

3
lgsm/functions/check_steamcmd.sh

@ -27,9 +27,8 @@ fn_check_steamcmd_user(){
fi
# Anonymous user is set if steamuser is missing
if [ -z "${steamuser}" ]; then
fn_print_info_nl "Steam login not set. Using anonymous login."
if [ -d "${scriptlogdir}" ]; then
fn_script_log_info "Steam login not set. Using anonymous login."
fn_script_log_info "Using anonymous Steam login."
fi
steamuser="anonymous"
steampass=""

Loading…
Cancel
Save