From df5f453fabff3b8627cb1b9ec1b4f99d09b86984 Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Fri, 7 Feb 2025 22:10:02 -0800 Subject: [PATCH] CLIENT: Remove debug sv_cheats cvar set --- source/client/main.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/client/main.qc b/source/client/main.qc index 403314b..1a1f81d 100644 --- a/source/client/main.qc +++ b/source/client/main.qc @@ -156,7 +156,6 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init = registercommand("promptjoin"); registercommand("showscores"); - cvar_set("sv_cheats", ftos(1)); cvar_set("r_fb_models", ftos(0)); autocvar(r_viewmodel_default_fov, 70); autocvar(cl_controllerglyphs, "xbox");