PFI print solved in other commit

This commit is contained in:
Rebecca Wallander
2026-03-07 16:11:25 +01:00
parent e849c5aff9
commit 2e644a3849

View File

@@ -812,13 +812,13 @@ public static class PFI
switch(decoded.TrackPath)
{
case false when decoded.Layers == 1:
sb.AppendLine(Localization.Layers_are_in_opposite_track_path);
break;
case true when decoded.Layers == 1:
sb.AppendLine(Localization.Layers_are_in_parallel_track_path);
break;
case false when decoded.Layers == 1:
sb.AppendLine(Localization.Layers_are_in_opposite_track_path);
break;
}