Browse Source

$filename > $modfilename + tidy "] ; then" to "]; then"

pull/1477/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
e902468f78
  1. 2
      lgsm/functions/mods_core.sh

2
lgsm/functions/mods_core.sh

@ -30,7 +30,7 @@ fn_mod_install_files(){
if [ ! -d "${extractdir}" ]; then
mkdir -p "${extractdir}"
fi
fn_dl_extract "${modstmpdir}" "${filename}" "${extractdir}"
fn_dl_extract "${modstmpdir}" "${modfilename}" "${extractdir}"
}
# Convert mod files to lowercase if needed

Loading…
Cancel
Save