New CAP auftrag (#1850)

Add Ability to CAP escort Ground group or helo with a new auftrag: AUFTRAG:NewCAPGROUP
This commit is contained in:
phr0gz
2022-12-08 13:15:07 +01:00
committed by GitHub
parent f6a88db46b
commit 8eef039312
2 changed files with 57 additions and 1 deletions

View File

@@ -908,7 +908,7 @@ function FLIGHTGROUP:Status()
if mission and mission.updateDCSTask then
-- Orbit missions might need updates.
if (mission:GetType()==AUFTRAG.Type.ORBIT or mission:GetType()==AUFTRAG.Type.RECOVERYTANKER) and mission.orbitVec2 then
if (mission:GetType()==AUFTRAG.Type.ORBIT or mission:GetType()==AUFTRAG.Type.RECOVERYTANKER or mission:GetType()==AUFTRAG.Type.CAP) and mission.orbitVec2 then
-- Get 2D vector of orbit target.
local vec2=mission:GetTargetVec2()