mirror of
https://github.com/nzp-team/assets.git
synced 2025-01-21 23:30:47 +00:00
FTE: Enable QuakeWorld player physics
This commit is contained in:
parent
323ab7f51f
commit
eac27c0f37
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ maxclients 4
|
|||
sv_playerslots 8
|
||||
|
||||
net_compress 1
|
||||
sv_nqplayerphysics 1
|
||||
sv_nqplayerphysics 0
|
||||
|
||||
//
|
||||
// CONTROLLER BINDS
|
||||
|
|
|
@ -497,4 +497,4 @@ cfg_save_auto "0" //If 1, the config will automatically be saved and witho
|
|||
cfg_save_all "" //If 1, cfg_save ALWAYS saves all cvars. If 0, cfg_save only ever saves archived cvars. If empty, cfg_save saves all cvars only when an explicit filename was given (ie: when not used internally via quit menu options).
|
||||
|
||||
net_compress "1"
|
||||
sv_nqplayerphysics "1"
|
||||
sv_nqplayerphysics "0"
|
||||
|
|
Loading…
Reference in a new issue