From 5730535f50f8c09802f2efaff72b0053d0f692f2 Mon Sep 17 00:00:00 2001 From: LostTrackpad Date: Thu, 3 Oct 2024 15:02:31 +0700 Subject: [PATCH] Remove localization reminder (lmao) --- beatrun/gamemodes/beatrun/gamemode/cl/ButtonHints.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/ButtonHints.lua b/beatrun/gamemodes/beatrun/gamemode/cl/ButtonHints.lua index a0eecd9..0fedb4d 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/ButtonHints.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/ButtonHints.lua @@ -1,5 +1,3 @@ --- This file has lots of strings that needs to be localized. - local buttonhints = CreateClientConVar("Beatrun_HUDButtonHints", "1", true, false, "Show button hints on the bottom-right of your display when enabled.", 0, 1) local function GetFormattedKey(bind)