Speech optimizations for A2A dispatcher

This commit is contained in:
FlightControl
2019-09-22 20:30:59 +02:00
parent c579aad606
commit fb875077d7
3 changed files with 61 additions and 20 deletions

View File

@@ -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