Skip to content

Commit cb9d354

Browse files
committed
Set archive flag on cl_consoleKeys
1 parent f10642a commit cb9d354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engine/client/key_binding.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Maryland 20850 USA.
4343

4444
using Keyboard::Key;
4545

46-
static Cvar::Modified<Cvar::Cvar<std::string>> cl_consoleKeys("cl_consoleKeys", "Keys to open or close the console", 0, "hw:`");
46+
static Cvar::Modified<Cvar::Cvar<std::string>> cl_consoleKeys(
47+
"cl_consoleKeys", "Keys to open or close the console", Cvar::ARCHIVE, "hw:`");
4748

4849
static int ClipTeamNumber(int team)
4950
{

0 commit comments

Comments
 (0)