can't set AI comm frequency for aircraft without preset channel support
DanAlbert opened this issue · 1 comments
DanAlbert commented
#173 introduced a bug in FlyingGroup.set_frequency
for any aircraft without preset channel support. That function is used to set the AI's comm frequency, but it also tries to set channel 1 to the same frequency. That function now raises when used for aircraft without preset channel support. The new error needs to be suppressed there.
magwo commented
Roger, will take a look.