mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- 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…
Reference in a new issue