Forgot to stop the loop

This commit is contained in:
SiboVG 2023-04-07 14:45:04 +02:00
parent 11bed9142e
commit 99250aa621

View File

@ -186,6 +186,8 @@ public class BoosterDTO implements BodyTubeDTOAdapter {
warnings.add(String.format(trans.get("RASAeroExport.warning11"),
stage.getName(), stage.getChildCount() - i));
}
break;
}
}