Просмотр исходного кода

((totalmodsinstalled++)) not needed anymore

UltimateByte 9 лет назад
Родитель
Сommit
82441e5d6d
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      lgsm/functions/command_mods_install.sh

+ 0 - 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