Skip to content

Commit

Permalink
correct bug introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewell committed Feb 14, 2024
1 parent f29be1e commit 2612385
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8015,7 +8015,7 @@ public override string GetDebugStatus()

if (SandingSystemType == SandingSystemTypes.Steam)
{
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",
Simulator.Catalog.GetString("Sand:"),
Simulator.Catalog.GetString("S/Box"),
FormatStrings.FormatVolume(CurrentTrackSandBoxCapacityM3, IsMetric),
Expand Down

0 comments on commit 2612385

Please sign in to comment.