Browse Source

Move mods error message

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

2
lgsm/functions/command_mods_remove.sh

@ -16,10 +16,10 @@ fn_mods_remove_init(){
fn_script_log "Entering mods & addons removal"
echo "================================="
echo "${gamename} mods & addons removal"
echo ""
# A simple function to exit if no mods were installed
# Also returns ${installedmodscount} if mods were found
fn_mods_exit_if_not_installed
echo ""
# Displays installed addons to the user
fn_installed_mods_medium_list
echo ""

Loading…
Cancel
Save