pm_autoJump should be capital to follow standards
This commit is contained in:
parent
ac72c16bb2
commit
03bf3db8e4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ seta pm_maxspeed 270 // Maximum desired player speed.
|
|||
seta pm_stairSmoothing 1 // Smooth the client's camera on the Z axis when climbing stairs.
|
||||
seta pm_thirdPerson 0 // Enable/disable third-person view mode.
|
||||
seta pm_crouchToggle 0 // Enable/disable sticky crouch, ducking behaviour.
|
||||
seta pm_autojump 0 // Enable/disable automatically jumping when holding down the jump key.
|
||||
seta pm_autoJump 0 // Enable/disable automatically jumping when holding down the jump key.
|
||||
|
||||
// network variables
|
||||
seta net_showUpdates 0 // Enable/disable console prints about entity updates.
|
||||
|
|
Loading…
Reference in a new issue