Skip to content

Commit 2612385

Browse files
committed
correct bug introduced
1 parent f29be1e commit 2612385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8015,7 +8015,7 @@ public override string GetDebugStatus()
80158015

80168016
if (SandingSystemType == SandingSystemTypes.Steam)
80178017
{
8018-
status.AppendFormat("{0}\t{1}\t{22}\t{3}\t{4}/{7}\t\t{5}\t{6}/{7}\n",
8018+
status.AppendFormat("{0}\t{1}\t{2}\t{3}\t{4}/{7}\t\t{5}\t{6}/{7}\n",
80198019
Simulator.Catalog.GetString("Sand:"),
80208020
Simulator.Catalog.GetString("S/Box"),
80218021
FormatStrings.FormatVolume(CurrentTrackSandBoxCapacityM3, IsMetric),

0 commit comments

Comments
 (0)