Browse Source

fn_scrip_log_info don't exist > fn_script_log_info

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
83b6d2d07f
  1. 2
      lgsm/functions/command_mods_remove.sh

2
lgsm/functions/command_mods_remove.sh

@ -25,7 +25,7 @@ fn_mods_remove_init(){
if [ ! -f "${modslockfilefullpath}" ]||[ $installedmodscount -eq 0 ]; then
fn_print_information_nl "No mods or addons to remove"
echo " * Did you install any mod using LGSM?"
fn_scrip_log_info "No mods or addons to remove."
fn_script_log_info "No mods or addons to remove."
core_exit.sh
fi
# Build installed mods list and display to the user.

Loading…
Cancel
Save