diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-12-09 00:09:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 19:09:36 -0500 |
commit | 004fcecf057bcc7b311ee763552c8e4b02acaca0 (patch) | |
tree | 7383515b0f207ecdce75a1cbe13917c818133aaf /NorthstarDLL/misccommands.cpp | |
parent | 778c93587a9551debcc62ee1be9ef49f78295b49 (diff) | |
download | NorthstarLauncher-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.
Diffstat (limited to 'NorthstarDLL/misccommands.cpp')
-rw-r--r-- | NorthstarDLL/misccommands.cpp | 1 |
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}, |