mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Support for the AH-64D radios
- Support for the AH-64D radios - Mention missing Radio preset support for AH-64D
This commit is contained in:
@@ -15,6 +15,7 @@ from game.data.units import UnitClass
|
||||
from game.dcs.unitproperty import UnitProperty
|
||||
from game.dcs.unittype import UnitType
|
||||
from game.radio.channels import (
|
||||
ApacheChannelNamer,
|
||||
ChannelNamer,
|
||||
CommonRadioChannelAllocator,
|
||||
FarmerRadioChannelAllocator,
|
||||
@@ -100,6 +101,7 @@ class RadioConfig:
|
||||
"tomcat": TomcatChannelNamer,
|
||||
"viggen": ViggenChannelNamer,
|
||||
"viper": ViperChannelNamer,
|
||||
"apache": ApacheChannelNamer,
|
||||
}[config.get("namer", "default")]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user