From 010fea32cfc1a23f8d2a56e00ce7ebdc96d3a1c8 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:30:51 +0300 Subject: [PATCH] =?UTF-8?q?[Tweak]=20Press=20To=20Walk=20/=20=D0=9D=D0=B0?= =?UTF-8?q?=D0=B6=D0=B0=D1=82=D1=8C=20=D0=A7=D1=82=D0=BE=D0=B1=D1=8B=20?= =?UTF-8?q?=D0=98=D0=B4=D1=82=D0=B8=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tweak: press to walk --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index e419a67f16..9abe53210c 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -400,7 +400,7 @@ public static readonly CVarDef /// When true, you have to press the change speed button to sprint. /// public static readonly CVarDef GamePressToSprint = - CVarDef.Create("game.press_to_sprint", true, CVar.REPLICATED); + CVarDef.Create("game.press_to_sprint", false, CVar.REPLICATED); #if EXCEPTION_TOLERANCE ///