test-utf-8
rubin 2 years ago
parent c317b64719
commit 84df16adfe
  1. 2
      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)

Loading…
Cancel
Save