|
1 | | -// COPYRIGHT 2009, 2010, 2011, 2012, 2013, 2014 by the Open Rails project. |
| 1 | +// COPYRIGHT 2009, 2010, 2011, 2012, 2013, 2014 by the Open Rails project. |
2 | 2 | // |
3 | 3 | // This file is part of Open Rails. |
4 | 4 | // |
@@ -88,7 +88,7 @@ public override void InitializeUserInputCommands() |
88 | 88 | }); |
89 | 89 | UserInputCommands.Add(UserCommand.ControlMasterKey, new Action[] { Noop, () => new ToggleMasterKeyCommand(Viewer.Log, !DieselLocomotive.LocomotivePowerSupply.MasterKey.CommandSwitch) }); |
90 | 90 | UserInputCommands.Add(UserCommand.ControlServiceRetention, new Action[] { () => new ServiceRetentionButtonCommand(Viewer.Log, false), () => new ServiceRetentionButtonCommand(Viewer.Log, true) }); |
91 | | - UserInputCommands.Add(UserCommand.ControlServiceRetentionCancellation, new Action[] { () => new ServiceRetentionCancellationButtonCommand(Viewer.Log, false), () => new ServiceRetentionButtonCommand(Viewer.Log, true) }); |
| 91 | + UserInputCommands.Add(UserCommand.ControlServiceRetentionCancellation, new Action[] { () => new ServiceRetentionCancellationButtonCommand(Viewer.Log, false), () => new ServiceRetentionCancellationButtonCommand(Viewer.Log, true) }); |
92 | 92 | UserInputCommands.Add(UserCommand.ControlElectricTrainSupply, new Action[] { Noop, () => new ElectricTrainSupplyCommand(Viewer.Log, !DieselLocomotive.LocomotivePowerSupply.ElectricTrainSupplySwitch.CommandSwitch) }); |
93 | 93 | UserInputCommands.Add(UserCommand.ControlTractionCutOffRelayClosingOrder, new Action[] { |
94 | 94 | () => new TractionCutOffRelayClosingOrderButtonCommand(Viewer.Log, false), |
|
0 commit comments