mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
FTE: Set default server tick rate to 20hz (tested)
This commit is contained in:
parent
eac27c0f37
commit
04aefde29d
2 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ sv_playerslots 8
|
|||
|
||||
net_compress 1
|
||||
sv_nqplayerphysics 0
|
||||
sv_mintic 0.05
|
||||
|
||||
//
|
||||
// CONTROLLER BINDS
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue