Merge pull request #1346 from hcraigmiller/Parachute-preset-recognition-change
Minor change in parachute packed length and diameter code
This commit is contained in:
commit
af2a6ea3c9
@ -201,7 +201,7 @@ public class Parachute extends RecoveryDevice {
|
|||||||
if (PackedLength > 0) {
|
if (PackedLength > 0) {
|
||||||
length = PackedLength;
|
length = PackedLength;
|
||||||
}
|
}
|
||||||
if (PackedLength <= 0) {
|
else {
|
||||||
length = InitialPackedLength;
|
length = InitialPackedLength;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user