Merge pull request #1346 from hcraigmiller/Parachute-preset-recognition-change

Minor change in parachute packed length and diameter code
This commit is contained in:
SiboVG 2022-05-11 11:55:35 +02:00 committed by GitHub
commit af2a6ea3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ public class Parachute extends RecoveryDevice {
if (PackedLength > 0) {
length = PackedLength;
}
if (PackedLength <= 0) {
else {
length = InitialPackedLength;
}
} else {