pm_autoJump should be capital to follow standards

This commit is contained in:
Xylemon 2023-02-23 17:10:52 -08:00
parent ac72c16bb2
commit 03bf3db8e4

View file

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