Skip to content

Commit

Permalink
Add warning to subtick shooting cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-000 committed Oct 29, 2024
1 parent dc435fd commit e293b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/cs2fixes/cs2fixes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cs2f_flashlight_enable 0 // Whether to enable flashlights
cs2f_infinite_reserve_ammo 0 // Whether to enable infinite reserve ammo on weapons
cs2f_purge_entity_strings 0 // Whether to purge the EntityNames stringtable on new rounds
cs2f_disable_subtick_move 0 // Whether to disable subtick movement
cs2f_disable_subtick_shooting 0 // Whether to disable subtick shooting
cs2f_disable_subtick_shooting 0 // Whether to disable subtick shooting, experimental (WARNING: add "log_flags Shooting +DoNotEcho" to your cfg to prevent console spam on every shot fired)
cs2f_full_alltalk 0 // Whether to enforce sv_full_alltalk 1
cs2f_drop_map_weapons 0 // Whether to force drop map-spawned weapons on death
cs2f_prevent_using_players 0 // Whether to prevent +use from hitting players (0=can use players, 1=cannot use players)
Expand Down

0 comments on commit e293b76

Please sign in to comment.