Skip to content

Commit 3bae874

Browse files
authored
cheat protect r_drawviewmodel (#1819)
1 parent d5cc014 commit 3bae874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/viewrender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static ConVar r_drawopaqueworld( "r_drawopaqueworld", "1", FCVAR_CHEAT );
116116
static ConVar r_drawtranslucentworld( "r_drawtranslucentworld", "1", FCVAR_CHEAT );
117117
static ConVar r_3dsky( "r_3dsky","1", 0, "Enable the rendering of 3d sky boxes" );
118118
static ConVar r_skybox( "r_skybox","1", FCVAR_CHEAT, "Enable the rendering of sky boxes" );
119-
#if defined(NEO) || defined(TF_CLIENT_DLL)
119+
#if defined(TF_CLIENT_DLL)
120120
ConVar r_drawviewmodel( "r_drawviewmodel","1", FCVAR_DONTRECORD );
121121
#else
122122
ConVar r_drawviewmodel( "r_drawviewmodel","1", FCVAR_CHEAT );

0 commit comments

Comments
 (0)