bugfix(jetaiupdate): Helicopters no longer land or remain landed at destroyed Airfields - #3080
Merged
xezon merged 2 commits intoAug 12, 2026
Merged
Conversation
|
In the After video is a strange stutter on the Comanche. Anything that can be done about that? |
xezon
approved these changes
Aug 8, 2026
Caball009
previously requested changes
Aug 8, 2026
Caball009
reviewed
Aug 8, 2026
|
Needs rebase. And Caball007 |
Caball009
dismissed
their stale review
August 12, 2026 07:27
The changes for the Chinook are too complex to include here.
Stubbjax
force-pushed
the
fix-helicopter-land-behaviour
branch
from
August 12, 2026 07:44
bc0e928 to
64bba9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change fixes helicopter landing behaviour by preventing them from landing or remaining landed at destroyed Airfields. This applies to the
LANDINGandRELOADstates.Note
This cannot be applied to Chinooks as they are not produced at the Airfield and thus cannot access parking place information.
Before
The Comanches either remain on the ground or crash when the Airfield is destroyed
BEFORE.mp4
After
The Comanches take off or abort landing when the Airfield is destroyed
AFTER.mp4