fixed reference to mission editing warnings

This commit is contained in:
2024-10-11 20:47:38 +02:00
parent 50f5991604
commit 11fd746ed6
3 changed files with 13 additions and 16 deletions
+2 -4
View File
@@ -881,13 +881,11 @@ do --setup route util
---@return table
local function GetCAPTargetTypes(attackHelos)
local targetTypes = {
[1] = "Fighters",
[2] = "Multirole fighters",
[3] = "Bombers",
[1] = "Planes",
}
if attackHelos then
targetTypes[4] = "Helicopters"
targetTypes[2] = "Helicopters"
end
return targetTypes