[6.1.0] fix change

This commit is contained in:
zhongchao
2023-09-13 14:14:09 +08:00
parent d2594a0430
commit 33be98e0fd

View File

@@ -77,7 +77,7 @@ object CallerChassisDoorStateListenerManager : CallerBase<IMoGoChassisDoorStateL
private fun invokeSingleDoorState(num: Chassis.DoorNumber, value: Int) {
M_LISTENERS.forEach {
val listener = it.value
listener.onAutopilotSingleDoorState(num, value == 1)
listener.onAutopilotSingleDoorState(num, value)
}
}