diff --git a/TruckHUD.lua b/TruckHUD.lua index 0298db7..3a107b1 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -1,6 +1,6 @@ script_name("TruckHUD") script_author("Serhiy_Rubin") -script_version("14.06.2023") +script_version("28.06.2026") local inicfg = require "inicfg" local dlstatus = require("moonloader").download_status @@ -198,7 +198,8 @@ function main() (server:find("Legacy") and "Legacy" or (server:find("Classic") and "Classic" or (server:find("Zero Two") and "Two" or (server:find("TEST") and "TEST" or - (server:find("Renaissance") and "Renaissance" or "" ))))))) + (server:find("Renaissance") and "Renaissance" or + (server:find("Home") and "Home" or "" )))))))) if server == "" then thisScript():unload() end diff --git a/changelog b/changelog index 80584ec..b30ae4d 100644 --- a/changelog +++ b/changelog @@ -33,4 +33,7 @@ Добавлена поддержка нового сервера Underground Версия от 24.11.2023 -Добавлен таймер 2 минуты для VIP \ No newline at end of file +Добавлен таймер 2 минуты для VIP + +Версия от 28.06.2026 +Добавлен новый сервер Home \ No newline at end of file diff --git a/version b/version index be4c209..798a9a2 100644 --- a/version +++ b/version @@ -1 +1 @@ -14.06.2023 \ No newline at end of file +28.06.2026 \ No newline at end of file