Skip to content

Commit f42d55b

Browse files
authored
Merge pull request #922 from ReactiveDrop/fixcam-noncheat
make asw_fix_cam non-cheat
2 parents 078a70b + 2a332d4 commit f42d55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/swarm/clientmode_asw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ConVar asw_hear_fixed("asw_hear_fixed", "0", FCVAR_NONE, "If set, hearing audio
8181
Vector g_asw_vec_fixed_cam(-276.03076, -530.74951, -196.65625);
8282
QAngle g_asw_ang_fixed_cam(42.610226, 90.289375, 0);
8383
extern ConVar sensitivity;
84-
ConVar asw_fix_cam( "asw_fix_cam", "-1", FCVAR_CHEAT, "Set to 1 to fix the camera in place." );
84+
ConVar asw_fix_cam( "asw_fix_cam", "-1", FCVAR_NONE, "Set to 1 to fix the camera in place." );
8585
ConVar asw_fix_cam_speed_fast( "asw_fix_cam_speed_fast", "300", FCVAR_NONE, "Speed of camera in fix cam." );
8686
ConVar asw_fix_cam_speed_slow( "asw_fix_cam_speed_slow", "100", FCVAR_NONE, "Speed of camera in fix cam while holding shift." );
8787

0 commit comments

Comments
 (0)