Skip to content

Commit

Permalink
all terrains now use slot version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Feb 4, 2018
1 parent 15d9ee9 commit 3757500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/airport_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
y=airport["airport"]["reference_point"]["y"], tacan=tacan,
# freq=", ".join(map(str, airport["airport"]["frequency"].values())),
civ=airport["airport"].get("civilian", True),
slot_version=2 if args.terrain in ["nevada", "normandy"] else 1)
slot_version=2)
)

i = 0
Expand Down

0 comments on commit 3757500

Please sign in to comment.