From a86030b551353596c91e710986d75820f9a7d100 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 26 Jan 2017 18:40:25 +0100 Subject: [PATCH] Total mods fix --- lgsm/functions/mods_core.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index 6169d95fb..0ccc548de 100644 --- a/lgsm/functions/mods_core.sh +++ b/lgsm/functions/mods_core.sh @@ -169,7 +169,7 @@ fn_mod_get_info(){ modinfocommand="1" break fi - ((totalmods++)) + ((totalmodsavailable++)) done fi # Exit the loop if job is done @@ -231,8 +231,8 @@ fn_mods_installed_list(){ # Increment line check ((installedmodsline++)) done - if [ -n "${totalmods}" ] ;then - fn_script_log_info "${totalmods} addons/mods are already installed" + if [ -n "${installedmodscount}" ] ;then + fn_script_log_info "${installedmodscount} addons/mods are already installed" fi }