Skip to content

Commit 61ece3f

Browse files
committed
Fix pantograph 1 raise confirmation message
https://bugs.launchpad.net/or/+bug/1943763
1 parent acd8383 commit 61ece3f

File tree

1 file changed

+1
-1
lines changed
  • Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies/Pantograph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public void HandleEvent(PowerSupplyEvent evt)
347347
default:
348348
case 1:
349349
soundEvent = Event.Pantograph1Up;
350-
Confirm(CabControl.Pantograph4, CabSetting.On);
350+
Confirm(CabControl.Pantograph1, CabSetting.On);
351351
break;
352352

353353
case 2:

0 commit comments

Comments
 (0)