Skip to content

Commit 3b7795a

Browse files
authored
Merge pull request #925 from ReactiveDrop/feature/remove-cheat-asw_sniper_scope_radius
remove fcvar_cheat from asw_sniper_scope_radius and add description
2 parents ef82516 + ab2ecde commit 3b7795a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/swarm/vgui/asw_hud_crosshair.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ bool IsGameplayCrosshair()
919919
return pCrosshair->IsGameplayCrosshair();
920920
}
921921

922-
ConVar asw_sniper_scope_radius( "asw_sniper_scope_radius", "52", FCVAR_CHEAT );
922+
ConVar asw_sniper_scope_radius( "asw_sniper_scope_radius", "52", FCVAR_NONE, "The size of the sniper scope/sight when you are in the alternate firing position" );
923923

924924
void CASWHudCrosshair::DrawSniperScope( int x, int y )
925925
{

0 commit comments

Comments
 (0)