Skip to content

Commit

Permalink
Update ktx.cfg to fix error in k_noframechecks comment and default
Browse files Browse the repository at this point in the history
  • Loading branch information
BLooD-DoG authored Aug 20, 2024
1 parent 5b1405d commit 32f2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv-configs/ktx/ktx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set k_minrate 2500 // minimum rate setting for players/spectators
set sv_maxrate 50000 // maximum rate setting for players/spectators
set k_autoreset 1 // exec configs/reset.cfg when last player leaves
set k_noframechecks 1 // check for fps/speed manipulation (0 = no, 1 = yes)
set k_noframechecks 0 // check for fps/speed manipulation (0 = yes, 1 = no)
set k_no_fps_physics 0 // fps independent physics (0 = off, 1 = on)
set k_short_gib 0 // remove gibs after 2 seconds (0 = no, 1 = yes)
set k_exclusive 0 // number of players gets locked on game start (0 = no, 1 = yes)
Expand Down

0 comments on commit 32f2e99

Please sign in to comment.