Browse Source

nl

pull/1310/head
Daniel Gibbs 8 years ago
parent
commit
6677c2a5fe
  1. 2
      lgsm/functions/command_mods_install.sh

2
lgsm/functions/command_mods_install.sh

@ -52,7 +52,7 @@ done
# If no mods are available for a specific game
if [ -z "${compatiblemodslist}" ]; then
fn_print_fail "No mods are currently available for ${gamename}."
fn_print_fail_nl "No mods are currently available for ${gamename}."
fn_script_log_info "No mods are currently available for ${gamename}."
core_exit.sh
fi

Loading…
Cancel
Save