Skip to content

Commit

Permalink
FTE: Enable QuakeWorld player physics
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 12, 2023
1 parent 323ab7f commit eac27c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pc/nzp/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ maxclients 4
sv_playerslots 8

net_compress 1
sv_nqplayerphysics 1
sv_nqplayerphysics 0

//
// CONTROLLER BINDS
Expand Down
2 changes: 1 addition & 1 deletion pc/nzp/fte.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eac27c0

Please sign in to comment.