Only assign TACAN to compatible tankers

This commit is contained in:
Raffson
2023-09-17 14:12:56 +02:00
parent bd3205a442
commit 59871ac36c
5 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ class TankerInfo(GroupInfo):
"""Tanker information for the kneeboard."""
variant: str
tacan: TacanChannel
tacan: Optional[TacanChannel]
start_time: timedelta
end_time: timedelta