From 64642acdb30e293750bc5bc51062b1e82e1c0217 Mon Sep 17 00:00:00 2001 From: TheWahlolly <162732679+TheWahlolly@users.noreply.github.com> Date: Sun, 18 May 2025 21:39:11 +0300 Subject: [PATCH] yet another issue with WebInstall --- webinstall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinstall.lua b/webinstall.lua index 8d2f227..7ab7644 100644 --- a/webinstall.lua +++ b/webinstall.lua @@ -132,7 +132,7 @@ for oldFile in fs.list(installLocation) do table.insert(oldFiles, oldFile) end end -for i = 1, 3 do +for i = 1, 4 do local webInstallConfig = webInstallConfig[installationOrder[i]] if webInstallConfig.directories then for _, directory in pairs(webInstallConfig.directories) do