FTE: Set default server tick rate to 20hz (tested)

This commit is contained in:
cypress 2023-11-12 12:09:34 -05:00
parent eac27c0f37
commit 04aefde29d
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@ sv_playerslots 8
net_compress 1
sv_nqplayerphysics 0
sv_mintic 0.05
//
// CONTROLLER BINDS

View file

@ -498,3 +498,4 @@ cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save
net_compress "1"
sv_nqplayerphysics "0"
sv_mintic "0.05"