mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- fixed: sv_cheats was set to true, essentially rendering the cheat blocker for high skill levels in Duke and RR ineffective.
This commit is contained in:
parent
f858d77e7c
commit
57228f12a3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#include "mapinfo.h"
|
||||
#include "statistics.h"
|
||||
|
||||
CVAR(Bool, sv_cheats, true, CVAR_ARCHIVE|CVAR_SERVERINFO)
|
||||
CVAR(Bool, sv_cheats, false, CVAR_ARCHIVE|CVAR_SERVERINFO)
|
||||
CVAR(Bool, cl_blockcheats, false, 0)
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue