diff --git a/TruckHUD.lua b/TruckHUD.lua index 1f3b61b..46f1cfd 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -4444,7 +4444,6 @@ script_update = { local fpath = os.tmpname() local result, text = pcall(openURL, script_update.version_url, fpath) if result then - ini[name].server_version = text if text ~= "" and not string.find(text, thisScript().version) then addChatMessage( string.format("Вышла новая версия '%s'. Текущая: '%s'", text, thisScript().version) ) local fpath = os.tmpname()