- remove latch flag from sv_cheats
This commit is contained in:
parent
04a6fa321b
commit
8e50c59301
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue