Skip to content

Commit

Permalink
[Tweak] Press To Walk / Нажать Чтобы Идти (#13)
Browse files Browse the repository at this point in the history
tweak: press to walk
  • Loading branch information
Spatison authored Aug 23, 2024
1 parent b0e9d09 commit 010fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public static readonly CVarDef<bool>
/// When true, you have to press the change speed button to sprint.
/// </summary>
public static readonly CVarDef<bool> GamePressToSprint =
CVarDef.Create("game.press_to_sprint", true, CVar.REPLICATED);
CVarDef.Create("game.press_to_sprint", false, CVar.REPLICATED);

#if EXCEPTION_TOLERANCE
/// <summary>
Expand Down

0 comments on commit 010fea3

Please sign in to comment.