We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c8a34 commit 05a9342Copy full SHA for 05a9342
1 file changed
src/game/gamesys/SysCvar.cpp
@@ -51,7 +51,7 @@ idCVar pr_freeze("PR_Freeze", "0", CVAR_GAME | CVAR_BOOL, "Completley freezes th
51
52
idCVar pr_autocmd_show("PR_AutoCmd_Show", "0", CVAR_GAME | CVAR_INTEGER, "Display autocmd zones, Note that developer must be set to 1");
53
54
-idCVar pr_log("pr_log", "1", CVAR_GAME | CVAR_BOOL | CVAR_ARCHIVE, "Log PreyRun output to file");
+idCVar pr_log("PR_Log", "1", CVAR_GAME | CVAR_BOOL | CVAR_ARCHIVE, "Log PreyRun output to file");
55
idFile* pr_logfile;
56
57
// HUD BEGIN
0 commit comments