Skip to content

Commit

Permalink
Add F_16C to ignored planes in pydcs_export.lua script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexu14 authored and rp- committed Nov 2, 2024
1 parent fd74340 commit 16811fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions dcs/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -3575,7 +3575,6 @@ class Plane:
Mirage_F1BD = planes.Mirage_F1BD
KJ_2000 = planes.KJ_2000
H_6J = planes.H_6J
F_16C = planes.F_16C
Mirage_F1CZ = planes.Mirage_F1CZ
Mirage_F1AZ = planes.Mirage_F1AZ
Mirage_F1CJ = planes.Mirage_F1CJ
Expand Down Expand Up @@ -3708,7 +3707,6 @@ class Plane:
Plane.Mirage_F1BD,
Plane.KJ_2000,
Plane.H_6J,
Plane.F_16C,
Plane.Mirage_F1CZ,
Plane.Mirage_F1AZ,
Plane.Mirage_F1CJ,
Expand Down Expand Up @@ -30849,7 +30847,6 @@ class Plane:
J_11A = planes.J_11A
KJ_2000 = planes.KJ_2000
H_6J = planes.H_6J
F_16C = planes.F_16C
Mirage_F1CZ = planes.Mirage_F1CZ
Mirage_F1AZ = planes.Mirage_F1AZ
Mirage_F1CJ = planes.Mirage_F1CJ
Expand Down Expand Up @@ -30982,7 +30979,6 @@ class Plane:
Plane.J_11A,
Plane.KJ_2000,
Plane.H_6J,
Plane.F_16C,
Plane.Mirage_F1CZ,
Plane.Mirage_F1AZ,
Plane.Mirage_F1CJ,
Expand Down Expand Up @@ -31680,7 +31676,6 @@ class Plane:
J_11A = planes.J_11A
KJ_2000 = planes.KJ_2000
H_6J = planes.H_6J
F_16C = planes.F_16C
Mirage_F1CZ = planes.Mirage_F1CZ
Mirage_F1AZ = planes.Mirage_F1AZ
Mirage_F1CJ = planes.Mirage_F1CJ
Expand Down Expand Up @@ -31813,7 +31808,6 @@ class Plane:
Plane.J_11A,
Plane.KJ_2000,
Plane.H_6J,
Plane.F_16C,
Plane.Mirage_F1CZ,
Plane.Mirage_F1AZ,
Plane.Mirage_F1CJ,
Expand Down Expand Up @@ -32511,7 +32505,6 @@ class Plane:
J_11A = planes.J_11A
KJ_2000 = planes.KJ_2000
H_6J = planes.H_6J
F_16C = planes.F_16C
Mirage_F1CZ = planes.Mirage_F1CZ
Mirage_F1AZ = planes.Mirage_F1AZ
Mirage_F1CJ = planes.Mirage_F1CJ
Expand Down Expand Up @@ -32644,7 +32637,6 @@ class Plane:
Plane.J_11A,
Plane.KJ_2000,
Plane.H_6J,
Plane.F_16C,
Plane.Mirage_F1CZ,
Plane.Mirage_F1AZ,
Plane.Mirage_F1CJ,
Expand Down Expand Up @@ -36143,7 +36135,6 @@ class Plane:
MosquitoFBMkVI = planes.MosquitoFBMkVI
C_130 = planes.C_130
MB_339A = planes.MB_339A
F_16C = planes.F_16C
P_51D = planes.P_51D
C_47 = planes.C_47
FW_190A8 = planes.FW_190A8
Expand Down Expand Up @@ -36196,7 +36187,6 @@ class Plane:
Plane.MosquitoFBMkVI,
Plane.C_130,
Plane.MB_339A,
Plane.F_16C,
Plane.P_51D,
Plane.C_47,
Plane.FW_190A8,
Expand Down
1 change: 1 addition & 0 deletions tools/pydcs_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ writeln(file, 'import dcs.ships as ships')
local countryPlaneIgnore = {
"F_14A_95_GR",
"F_16C_50",
"F_16C",
"F_4E_new",
"F_5E_MAC",
"F_86F_MAC",
Expand Down

0 comments on commit 16811fe

Please sign in to comment.