event backfixed

This commit is contained in:
Frank
2021-04-30 11:53:57 +02:00
parent 990f748e42
commit 421005a3b6
2 changed files with 6 additions and 2 deletions

View File

@@ -56,6 +56,7 @@
-- @field #number callsignName Callsign name.
-- @field #number callsignNumber Callsign number.
-- @field #boolean despawnAfterLanding If true, group is despawned after landed at an airbase.
-- @field #number RTBRecallCount Number that counts RTB calls.
--
-- @extends Ops.OpsGroup#OPSGROUP
@@ -145,6 +146,7 @@ FLIGHTGROUP = {
Twaiting = nil,
menu = nil,
isHelo = nil,
RTBRecallCount = 0,
}