Fixed missing airbase name in "atcSafeLanding" messages

This commit is contained in:
Ambroise Garel 2025-07-26 08:52:19 +02:00
parent 4f8f7337a1
commit 65e1c72824

View File

@ -231,7 +231,7 @@ do
end
if TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) or not event.initiator:getPlayerName() then
doAmbientChatter("atcSafeLanding", {event.initiator:getCallsign()}, baseName.." ATC", 1)
doAmbientChatter("atcSafeLanding", {event.initiator:getCallsign(), baseName}, baseName.." ATC", 1)
end
end