Browse Source

((totalmodsinstalled++)) not needed anymore

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

1
lgsm/functions/command_mods_install.sh

@ -26,7 +26,6 @@ if [ ${installedmodscount} -gt 0 ]; then
fn_mod_get_info
# Display mod info to the user
echo -e " * \e[1m${green}${modcommand}${default}${default}"
((totalmodsinstalled++))
done
echo ""
fi

Loading…
Cancel
Save