mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Speech optimizations for A2A dispatcher
This commit is contained in:
@@ -470,7 +470,7 @@ function RADIOQUEUE:_GetRadioSenderCoord()
|
||||
end
|
||||
|
||||
-- Now try a static.
|
||||
local sender=STATIC:FindByName(self.sendername)
|
||||
local sender=STATIC:FindByName( self.sendername, false )
|
||||
|
||||
-- Check that sender is alive and an aircraft.
|
||||
if sender then
|
||||
|
||||
Reference in New Issue
Block a user