Skip to content

Commit

Permalink
removed a line too much
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 6, 2016
1 parent f9f7d65 commit 066ad2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcs/coalition.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def load_from_dict(self, mission, d):
plane.load_from_dict(imp_unit)

if plane_group.points[0].airdrome_id is not None and plane.parking is not None:
airport = mission.terrain.airport_by_id(plane_group.points[0].airdrome_id)
slot = airport.parking_slot(plane.parking)
plane.set_parking(slot)

Expand Down

0 comments on commit 066ad2d

Please sign in to comment.