Fix DaytimeMap error with disabled night missions.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2429
This commit is contained in:
Dan Albert
2022-09-09 12:54:16 -07:00
committed by Raffson
parent b01895e2dd
commit 38e2bf187f
6 changed files with 18 additions and 12 deletions

View File

@@ -37,7 +37,8 @@ from .theater.theatergroundobject import (
TheaterGroundObject,
)
from .theater.transitnetwork import TransitNetwork, TransitNetworkBuilder
from .weather import Conditions, TimeOfDay
from .timeofday import TimeOfDay
from .weather import Conditions
if TYPE_CHECKING:
from .ato.airtaaskingorder import AirTaskingOrder