mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Allow operation.py to ignore TACAN rules
This commit is contained in:
@@ -229,7 +229,9 @@ class Operation:
|
||||
logging.error(f"TACAN beacon has no channel: {beacon.callsign}")
|
||||
else:
|
||||
cls.tacan_registry.reserve(
|
||||
beacon.tacan_channel, TacanUsage.TransmitReceive
|
||||
beacon.tacan_channel,
|
||||
TacanUsage.TransmitReceive,
|
||||
ignore_rules=True,
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user