Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
e35bf1edaf
commit
3bfe7f1725
|
@ -33,6 +33,9 @@ floatms_t TpsAccelEnrichment::getTpsEnrichment() {
|
|||
// If disabled, return 0.
|
||||
return 0;
|
||||
}
|
||||
if (!engine->rpmCalculator.isRunning()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (isAboveAccelThreshold) {
|
||||
valueFromTable = tpsTpsMap.getValue(tpsFrom, tpsTo);
|
||||
|
|
Loading…
Reference in New Issue