Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCS 2.9.12.5536.1 Export #402

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dcs/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -13969,6 +13969,7 @@ class Helicopter:
SA342L = helicopters.SA342L
SA342Mistral = helicopters.SA342Mistral
SA342Minigun = helicopters.SA342Minigun
Mi_8MT = helicopters.Mi_8MT
AH_64D_BLK_II = helicopters.AH_64D_BLK_II
CH_47Fbl1 = helicopters.CH_47Fbl1
OH58D = helicopters.OH58D
Expand All @@ -13980,6 +13981,7 @@ class Helicopter:
Helicopter.SA342L,
Helicopter.SA342Mistral,
Helicopter.SA342Minigun,
Helicopter.Mi_8MT,
Helicopter.AH_64D_BLK_II,
Helicopter.CH_47Fbl1,
Helicopter.OH58D,
Expand Down
Loading