Skip to content

Commit 4eff1d0

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 55f9ddd: Initail build of duplex steam
8 parents 4ca8371 + 6641105 + d00beb9 + 776d6df + 86d58ff + 43bf33e + f92de76 + 55f9ddd commit 4eff1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Common/Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ public ContinuousSteamBoosterCommand(CommandLog log, int injector, bool toState,
15891589
public override void Redo()
15901590
{
15911591
if (Receiver == null) return;
1592-
Receiver.SteamBoosterChangeTo(ToState, Target);
1592+
Receiver.SteamBoosterChangeTo(ToState, Target);
15931593
// Report();
15941594
}
15951595
}

0 commit comments

Comments
 (0)