Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Applevangelist 2024-01-04 11:27:54 +01:00
commit c1d468b35f

View File

@ -15606,6 +15606,11 @@ function AIRBOSS:_Number2Radio( radio, number, delay, interval, pilotcall )
Sender = "PilotCall" Sender = "PilotCall"
end end
if Sender=="" then
self:E( self.lid .. string.format( "ERROR: Sender unknown!") )
return
end
-- Split string into characters. -- Split string into characters.
local numbers = _split( number ) local numbers = _split( number )