From 03bf3db8e40b7fe300f01803830799718972f0b7 Mon Sep 17 00:00:00 2001 From: Xylemon Date: Thu, 23 Feb 2023 17:10:52 -0800 Subject: [PATCH] pm_autoJump should be capital to follow standards --- platform/cvars.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/cvars.cfg b/platform/cvars.cfg index 3d4815d8..fab75197 100644 --- a/platform/cvars.cfg +++ b/platform/cvars.cfg @@ -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.