Browse Source

get mod info at the right time

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
bb99b30bd1
  1. 5
      lgsm/functions/command_mods_install.sh

5
lgsm/functions/command_mods_install.sh

@ -72,7 +72,9 @@ while [[ ! " ${availablemodscommands[@]} " =~ " ${usermodselect} " ]]; do
fn_print_error2_nl "${usermodselect} is not a valid addon/mod."
fi
done
# Get mod info
currentmod="${usermodselect}"
fn_mod_get_info
echo ""
echo "Installing ${modprettyname}"
@ -100,7 +102,6 @@ fi
## Installation
fn_mod_get_info
fn_create_mods_dir
fn_mods_clear_tmp_dir
fn_mods_create_tmp_dir
@ -114,4 +115,4 @@ fn_mods_clear_tmp_dir
echo "${modprettyname} installed"
fn_script_log_pass "${modprettyname} installed."
core_exit.sh
core_exit.sh

Loading…
Cancel
Save