diff --git a/TruckHUD.lua b/TruckHUD.lua index 6b39e98..f8d6ce1 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -1055,7 +1055,7 @@ function doCruise() while true do wait(0) if inifiles.Settings.Cruise and script_run then - additional_key_stop = { "VK_W", "VK_S", "VK_SPACE" } + additional_key_stop = { "VK_W", "VK_S" } if not isCharInAnyCar(playerPed) or not isCarEngineOn(storeCarCharIsInNoSave(playerPed)) then if cruise then cruise = false