aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-04-12 01:32:33 +0100
committerGitHub <noreply@github.com>2022-04-12 01:32:33 +0100
commitce8a64e7fa0aabf70e8ce9c0f9bbdef6892f240d (patch)
treea3da1c27894a1cc94a1df02886fa3940c2b6ee69 /NorthstarDedicatedTest
parentebe15e0c2fcec917947342148d294c7438f80012 (diff)
downloadNorthstarLauncher-ce8a64e7fa0aabf70e8ce9c0f9bbdef6892f240d.tar.gz
NorthstarLauncher-ce8a64e7fa0aabf70e8ce9c0f9bbdef6892f240d.zip
make toggleconsole FCVAR_DONTRECORD (#140)
Diffstat (limited to 'NorthstarDedicatedTest')
-rw-r--r--NorthstarDedicatedTest/sourceconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/sourceconsole.cpp b/NorthstarDedicatedTest/sourceconsole.cpp
index 1e2e2f20..7bc68598 100644
--- a/NorthstarDedicatedTest/sourceconsole.cpp
+++ b/NorthstarDedicatedTest/sourceconsole.cpp
@@ -48,7 +48,7 @@ void InitialiseConsoleOnInterfaceCreation()
void InitialiseSourceConsole(HMODULE baseAddress)
{
g_SourceGameConsole = new SourceInterface<CGameConsole>("client.dll", "GameConsole004");
- RegisterConCommand("toggleconsole", ConCommand_toggleconsole, "toggles the console", FCVAR_NONE);
+ RegisterConCommand("toggleconsole", ConCommand_toggleconsole, "toggles the console", FCVAR_DONTRECORD);
}
// logging stuff