We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3108 commit 14c132bCopy full SHA for 14c132b
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Brakes/MSTS/EPBrakeSystem.cs
@@ -178,7 +178,7 @@ public override void Update(float elapsedClockSeconds)
178
AutoCylPressurePSI += dp;
179
}
180
181
- else if (EPBrakeActiveInhibitsTripleValve && AutoCylPressurePSI > demandedAutoCylPressurePSI)
+ else if (EPBrakeActiveInhibitsTripleValve && AutoCylPressurePSI > demandedAutoCylPressurePSI && Car.Train.BrakeLine4 != -2)
182
{
183
float dp = elapsedClockSeconds * ReleaseRatePSIpS;
184
if (AutoCylPressurePSI - dp < demandedAutoCylPressurePSI)
0 commit comments