Skip to content

Commit

Permalink
- remove latch flag from sv_cheats
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Aug 11, 2022
1 parent 04a6fa3 commit 8e50c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/c_cmds.cpp
Expand Up @@ -73,7 +73,7 @@
extern FILE *Logfile;
extern bool insave;

CVAR (Bool, sv_cheats, false, CVAR_SERVERINFO | CVAR_LATCH)
CVAR (Bool, sv_cheats, false, CVAR_SERVERINFO)
CVAR (Bool, sv_unlimited_pickup, false, CVAR_SERVERINFO)
CVAR (Int, cl_blockcheats, 0, 0)

Expand Down

0 comments on commit 8e50c59

Please sign in to comment.