Update Utils.lua (#1886)

This commit is contained in:
Thomas 2023-01-24 20:16:46 +01:00 committed by GitHub
parent 57a30621e1
commit d763e924a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2733,7 +2733,7 @@ end
-- @return #string Formatted BRAA NATO call
function UTILS.ToStringBRAANATO(FromGrp,ToGrp)
local BRAANATO = "Merged."
local GroupNumber = FromGrp:GetSize()
local GroupNumber = ToGrp:GetSize()
local GroupWords = "Singleton"
if GroupNumber == 2 then GroupWords = "Two-Ship"
elseif GroupNumber >= 3 then GroupWords = "Heavy"