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 dfe18e6 commit 8a9c8f9Copy full SHA for 8a9c8f9
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -2149,7 +2149,7 @@ public override void Update(float elapsedClockSeconds)
2149
if (RemoteControlGroup != -1)
2150
{
2151
if (!LocomotivePowerSupply.MainPowerSupplyOn)
2152
- Train.SignalEvent(PowerSupplyEvent.RaisePantograph, 1);
+ Train.SignalEvent(PowerSupplyEvent.QuickPowerOn);
2153
2154
if (this is MSTSDieselLocomotive dieselLocomotive)
2155
0 commit comments