Number of bandits taking off now displayed as a word

This commit is contained in:
Ambroise Garel 2025-07-25 09:49:28 +02:00
parent 38a78607d8
commit 81d833dc30

View File

@ -116,7 +116,7 @@ do
local abInfo = launchAirbase:getName()
abInfo = abInfo.." ("..DCSEx.dcs.getBRAA(launchAirbase:getPoint(), p:getPoint(), false, false, true).." from you)"
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandNewEnemyAircraft", { tostring(groupSize), abInfo }, "Command")
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandNewEnemyAircraft", { DCSEx.string.toStringNumber(groupSize), abInfo }, "Command")
end
end