change server name Under & bump version

master
rubin 2 weeks ago
parent 026636c7e3
commit 5fdf32f441
  1. 4
      TruckHUD.lua

@ -1,6 +1,6 @@
script_name("TruckHUD")
script_author("Serhiy_Rubin")
script_version("24.11.2023")
script_version("14.06.2023")
local inicfg = require "inicfg"
local dlstatus = require("moonloader").download_status
@ -198,7 +198,7 @@ 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("Underground") and "Underground" or "" )))))))
(server:find("Renaissance") and "Renaissance" or "" )))))))
if server == "" then
thisScript():unload()
end

Loading…
Cancel
Save