Browse Source

Move mods error message

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
3c966c5bc6
  1. 4
      lgsm/functions/command_mods_update.sh

4
lgsm/functions/command_mods_update.sh

@ -14,11 +14,11 @@ mods_core.sh
fn_mods_update_init(){ fn_mods_update_init(){
fn_script_log "Entering mods & addons update" fn_script_log "Entering mods & addons update"
echo "================================="
echo "${gamename} mods & addons update"
# A simple function to exit if no mods were installed # A simple function to exit if no mods were installed
# Also returns ${installedmodscount} if mods were found # Also returns ${installedmodscount} if mods were found
fn_mods_exit_if_not_installed fn_mods_exit_if_not_installed
echo "================================="
echo "${gamename} mods & addons update"
echo "" echo ""
fn_print_information_nl "${installedmodscount} mods or addons will be updated:" fn_print_information_nl "${installedmodscount} mods or addons will be updated:"
fn_script_log_info "${installedmodscount} mods or addons will be updated" fn_script_log_info "${installedmodscount} mods or addons will be updated"

Loading…
Cancel
Save