Skip to content

Commit 89e82a8

Browse files
committed
Use main reservoir pressure instead of main res pipe pressure
1 parent 7c98da1 commit 89e82a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/BrakeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public void Initialize()
369369
Script.MainReservoirPressureBar = () =>
370370
{
371371
if (Locomotive.Train != null)
372-
return Bar.FromPSI(Locomotive.Train.BrakeLine2PressurePSI);
372+
return Bar.FromPSI(Locomotive.MainResPressurePSI);
373373
else
374374
return float.MaxValue;
375375
};

0 commit comments

Comments
 (0)