Skip to content

Commit e241a0d

Browse files
committed
Add missing receiver
1 parent 63dd782 commit e241a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Orts.Simulation/Simulation/Simulator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ public void SetCommandReceivers()
647647
BailOffCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
648648
QuickReleaseCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
649649
BrakeOverchargeCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
650+
BrakeNeutralModeCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
650651
RetainersCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
651652
BrakeHoseConnectCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;
652653
ToggleWaterScoopCommand.Receiver = (MSTSLocomotive)PlayerLocomotive;

0 commit comments

Comments
 (0)