We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3bcf commit e63df98Copy full SHA for e63df98
Source/Orts.Simulation/Simulation/Signalling/Signals.cs
@@ -11096,8 +11096,7 @@ private void getBlockState_notRouted()
11096
11097
// if section has signal at end stop check
11098
11099
- if (thisSection.EndSignals[direction] != null
11100
- || (thisSection.CircuitType == TrackCircuitSection.TrackCircuitType.EndOfTrack && thisSection.EndSignals[direction] == null))
+ if (thisSection.EndSignals[direction] != null || thisSection.CircuitType == TrackCircuitSection.TrackCircuitType.EndOfTrack)
11101
{
11102
thisSection = null;
11103
}
0 commit comments