Fixed ground start for helos in FOB

This commit is contained in:
Khopa
2021-06-06 17:28:23 +02:00
parent 73b1be36a2
commit 29c0a8d054
2 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ from .frontline import FrontLine
from .landmap import Landmap, load_landmap, poly_contains
from .latlon import LatLon
from .projections import TransverseMercator
from ..helipad import Helipad
from ..point_with_heading import PointWithHeading
from ..profiling import logged_duration
from ..scenery_group import SceneryGroup