From 84df16adfeaa2545a8cd1826b0553a42e92048ee Mon Sep 17 00:00:00 2001 From: rubin Date: Fri, 13 Jan 2023 19:57:51 +0300 Subject: [PATCH] 1 --- TruckHUD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TruckHUD.lua b/TruckHUD.lua index bcb17db..4282ec0 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -4344,7 +4344,7 @@ function openURL(url, fpath) os.remove(fpath) end - if text:find("Not found") or text == "" then + if (text:find("Not found") and not text:find('"Not found"')) or text == "" then text = "" addChatMessage("Не удалось скачать обновление по ссылке:") addChatMessage(url)