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

@@ -3,7 +3,7 @@ from datetime import time
import pytest
from game.theater.daytimemap import DaytimeMap
from game.weather import TimeOfDay
from game.timeofday import TimeOfDay
def test_range_of() -> None: