From 9ed10a4c2636d16eec2ae11d2cd9424f8daa4893 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:18:56 +0300 Subject: [PATCH] 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 ///