Update Utils.lua (#1886) (#1887)

This commit is contained in:
Thomas
2023-01-24 20:58:24 +01:00
committed by GitHub
parent 1099e8e876
commit a4982bd24e

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"