From f558bc6b615e3ed9933903ef425f5f03f58adc92 Mon Sep 17 00:00:00 2001 From: firestarsdog <229254897+firestarsdog@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:58:51 -0400 Subject: [PATCH] Duh --- frogpilot/common/frogpilot_variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frogpilot/common/frogpilot_variables.py b/frogpilot/common/frogpilot_variables.py index 1891756ca..13de960e1 100644 --- a/frogpilot/common/frogpilot_variables.py +++ b/frogpilot/common/frogpilot_variables.py @@ -245,7 +245,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("HolidayThemes", "1", 0, "0"), ("HumanAcceleration", "0", 2, "0"), ("HumanFollowing", "0", 2, "0"), - ("HumanLaneChanges", "0", 0, "0"), + ("HumanLaneChanges", "1", 2, "0"), ("IncreasedStoppedDistance", "0", 1, "0"), ("IncreaseThermalLimits", "0", 2, "0"), ("IsLdwEnabled", "0", 0, "0"),