process replay: test body with joystick mode (#26916)

* no need to check sm

* fix

* Update ref_commit

* revert
old-commit-hash: f0d0d999813ee3c5cc49c2b47623296c70d37318
This commit is contained in:
Shane Smiskol
2023-01-10 19:59:39 -08:00
committed by GitHub
parent a4af0fca74
commit ba3d08c25f
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class Controls:
else:
self.CI, self.CP = CI, CI.CP
self.joystick_mode = self.params.get_bool("JoystickDebugMode") or (self.CP.notCar and sm is None)
self.joystick_mode = self.params.get_bool("JoystickDebugMode") or self.CP.notCar
# set alternative experiences from parameters
self.disengage_on_accelerator = self.params.get_bool("DisengageOnAccelerator")

View File

@@ -1 +1 @@
c39b74fdc14bb22a1c95cd5deedd4f4fcadf8494
d9432dcfb875a76be051137969e371c9926611e9