From bcc53b1847a8669b33fe8ee68686240938369d9d Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 8 Jul 2022 11:38:02 +0300 Subject: [PATCH] Changed Support URL --- data/ui_scripts/hud_info/settings.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/ui_scripts/hud_info/settings.lua b/data/ui_scripts/hud_info/settings.lua index ed654422..e4ddabf5 100644 --- a/data/ui_scripts/hud_info/settings.lua +++ b/data/ui_scripts/hud_info/settings.lua @@ -9,6 +9,8 @@ game:addlocalizedstring("LUA_MENU_LATENCY_DESC", "Show server latency.") game:addlocalizedstring("LUA_MENU_RED_DOT_BRIGHTNESS", "Red dot Brightness") game:addlocalizedstring("LUA_MENU_RED_DOT_BRIGHTNESS_DESC", "Adjust the brightness of red dot reticles.") +game:replacelocalizedstring("MENU_SYSINFO_CUSTOMER_SUPPORT_URL", "https://h1.gg/") + function createdivider(menu, text) local element = LUI.UIElement.new({ leftAnchor = true,