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 f29be1e commit 2612385Copy full SHA for 2612385
Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs
@@ -8015,7 +8015,7 @@ public override string GetDebugStatus()
8015
8016
if (SandingSystemType == SandingSystemTypes.Steam)
8017
{
8018
- status.AppendFormat("{0}\t{1}\t{22}\t{3}\t{4}/{7}\t\t{5}\t{6}/{7}\n",
+ status.AppendFormat("{0}\t{1}\t{2}\t{3}\t{4}/{7}\t\t{5}\t{6}/{7}\n",
8019
Simulator.Catalog.GetString("Sand:"),
8020
Simulator.Catalog.GetString("S/Box"),
8021
FormatStrings.FormatVolume(CurrentTrackSandBoxCapacityM3, IsMetric),
0 commit comments