FTE: Enable QuakeWorld player physics

This commit is contained in:
cypress 2023-11-11 20:37:33 -05:00
parent 323ab7f51f
commit eac27c0f37
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ maxclients 4
sv_playerslots 8
net_compress 1
sv_nqplayerphysics 1
sv_nqplayerphysics 0
//
// CONTROLLER BINDS

View file

@ -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"