瀏覽代碼

((totalmodsinstalled++)) not needed anymore

UltimateByte 9 年之前
父節點
當前提交
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