mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Only assign TACAN to compatible tankers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user