This commit is contained in:
Applevangelist
2023-12-01 16:28:04 +01:00
parent 2488c0dd05
commit d7c7a1a1dd
4 changed files with 10 additions and 6 deletions

View File

@@ -2811,7 +2811,11 @@ function FLIGHTCONTROL:_PlayerInfoATIS(groupname)
-- Radio message.
self:TransmissionPilot(rtext, flight)
self:TransmissionTower(srstxt,flight,10)
if self.atis then
self:TransmissionTower(srstxt,flight,10)
else
self:TransmissionTower(text,flight,10)
end
else
self:E(self.lid..string.format("Cannot find flight group %s.", tostring(groupname)))