mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-04-05 21:44:17 +00:00
PFI print solved in other commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user