mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c1d468b35f
@ -15606,6 +15606,11 @@ function AIRBOSS:_Number2Radio( radio, number, delay, interval, pilotcall )
|
||||
Sender = "PilotCall"
|
||||
end
|
||||
|
||||
if Sender=="" then
|
||||
self:E( self.lid .. string.format( "ERROR: Sender unknown!") )
|
||||
return
|
||||
end
|
||||
|
||||
-- Split string into characters.
|
||||
local numbers = _split( number )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user