aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-12-09 00:09:36 +0000
committerGitHub <noreply@github.com>2022-12-08 19:09:36 -0500
commit004fcecf057bcc7b311ee763552c8e4b02acaca0 (patch)
tree7383515b0f207ecdce75a1cbe13917c818133aaf
parent778c93587a9551debcc62ee1be9ef49f78295b49 (diff)
downloadNorthstarLauncher-004fcecf057bcc7b311ee763552c8e4b02acaca0.tar.gz
NorthstarLauncher-004fcecf057bcc7b311ee763552c8e4b02acaca0.zip
Remove sv_cheats requirement from r_drawviewmodel (#328)v1.11.0-rc2
It's allowed in CS:GO, and already possible with mods anyways.
-rw-r--r--NorthstarDLL/misccommands.cpp1
1 files changed, 1 insertions, 0 deletions
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},