UltimateByte 9 年之前
父節點
當前提交
0b3da9d2d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/command_mods_remove.sh

+ 1 - 1
lgsm/functions/command_mods_remove.sh

@@ -73,7 +73,7 @@ fn_mod_remove_process(){
 		if [ -f "${modinstalldir}/${currentfileremove}" ]||[ -f "${modinstalldir}/${currentfileremove}" ]; then
 			rm -rfv "${currentfileremove}"
 		fi
-		let installedmodsline=installedmodsline+1
+		let modfileline=modfileline+1
 	done
 	# Remove file list
 	rm -rfv "${modsdatadir}/${modcommand}-files.list"