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 63dd782 commit e241a0dCopy full SHA for e241a0d
Source/Orts.Simulation/Simulation/Simulator.cs
@@ -647,6 +647,7 @@ public void SetCommandReceivers()
647
BailOffCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
648
QuickReleaseCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
649
BrakeOverchargeCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
650
+ BrakeNeutralModeCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
651
RetainersCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
652
BrakeHoseConnectCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
653
ToggleWaterScoopCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
0 commit comments