- 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:
Christoph Oelckers 2022-10-01 09:10:13 +02:00
parent f858d77e7c
commit 57228f12a3

View file

@ -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)
//---------------------------------------------------------------------------