From 004fcecf057bcc7b311ee763552c8e4b02acaca0 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:09:36 +0000 Subject: Remove sv_cheats requirement from r_drawviewmodel (#328) It's allowed in CS:GO, and already possible with mods anyways. --- NorthstarDLL/misccommands.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDLL') diff --git a/NorthstarDLL/misccommands.cpp b/NorthstarDLL/misccommands.cpp index fd17b884..f877dcc0 100644 --- a/NorthstarDLL/misccommands.cpp +++ b/NorthstarDLL/misccommands.cpp @@ -202,6 +202,7 @@ void FixupCvarFlags() {"cam_collision", FCVAR_DEVELOPMENTONLY}, {"cam_idealdelta", FCVAR_DEVELOPMENTONLY}, {"cam_ideallag", FCVAR_DEVELOPMENTONLY}, + {"r_drawviewmodel", FCVAR_CHEAT}, // this is a cheat command, but shouldn't be as you can achieve similar effects through mods // graphics/visual settings {"mat_colorcorrection", FCVAR_DEVELOPMENTONLY}, -- cgit v1.2.3