mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-22 10:52:12 +00:00
CLIENT: Remove debug sv_cheats cvar set
This commit is contained in:
parent
ae943832f7
commit
df5f453fab
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue