missed a spot
(cherry picked from commit a03d9ad3c92d4d85b57910d514e531fdea0e8fb5)
This commit is contained in:
parent
06cda6cfa4
commit
4b43aa5142
|
@ -353,7 +353,7 @@ static int lua_getAirmass(lua_State* l) {
|
|||
}
|
||||
|
||||
auto rpm = Sensor::getOrZero(SensorType::Rpm);
|
||||
auto result = airmass->getAirmass(rpm).CylinderAirmass;
|
||||
auto result = airmass->getAirmass(rpm, false).CylinderAirmass;
|
||||
|
||||
lua_pushnumber(l, result);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue