From 6fe8f8b722466f95348615b9c84faddb0ee5f2fa Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:11:48 -0500 Subject: [PATCH] Revert "Duh" This reverts commit b5b942a108e80d2300cc4fe167d584c2c8b3d0cb. --- 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 13de960e1..1891756ca 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", "1", 2, "0"), + ("HumanLaneChanges", "0", 0, "0"), ("IncreasedStoppedDistance", "0", 1, "0"), ("IncreaseThermalLimits", "0", 2, "0"), ("IsLdwEnabled", "0", 0, "0"),