Setup cruise control stuff (unfinished)

This commit is contained in:
Vortrex
2022-09-24 06:12:30 -05:00
parent 5942cdf5f2
commit 7349ab041d
3 changed files with 12 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ function toggleLocalVehicleCruiseControl() {
return false;
}
cruiseControl = !cruiseControl;
cruiseControlEnabled = !cruiseControlEnabled;
cruiseControlSpeed = getVehicleSpeed(vehicle);
}