Skip to content

Commit 4ca8371

Browse files
committed
Automatic merge of T1.5.1-658-g66411058c and 6 pull requests
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #865 at 776d6df: Dispatcher window improvements - Pull request #874 at 86d58ff: Dynamic brake controller refactoring - Pull request #875 at 43bf33e: Bug fix for https://bugs.launchpad.net/or/+bug/2036346 Player train switching doesn't work with 3D cabs - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #877 at a76c45b: Initail build of duplex steam
8 parents 9311b6d + 6641105 + d00beb9 + 776d6df + 86d58ff + 43bf33e + f92de76 + a76c45b commit 4ca8371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Orts.Simulation/Common/Commands.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,9 +1589,7 @@ public ContinuousSteamBoosterCommand(CommandLog log, int injector, bool toState,
15891589
public override void Redo()
15901590
{
15911591
if (Receiver == null) return;
1592-
{
15931592
Receiver.SteamBoosterChangeTo(ToState, Target);
1594-
}
15951593
// Report();
15961594
}
15971595
}

0 commit comments

Comments
 (0)