@jtff/miztemplate-lib 3.4.9 → 3.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,6 +61,9 @@ function startCapWarZone(objCapWarZone)
61
61
  CAPSquadronName,
62
62
  capsqnconfig.groupForce
63
63
  )
64
+ objCapWarZone.objDispatcher:SetSquadronTakeoffFromParkingHot(
65
+ CAPSquadronName
66
+ )
64
67
  else
65
68
  --baseName is not an Airbase --> Airstart
66
69
  objCapWarZone.objDispatcher:SetSquadron(
@@ -148,6 +151,9 @@ function startCapWarZone(objCapWarZone)
148
151
  interceptSquadronName,
149
152
  interceptsqnconfig.groupForce
150
153
  )
154
+ objCapWarZone.objDispatcher:SetSquadronTakeoffFromRunway(
155
+ interceptSquadronName
156
+ )
151
157
  else
152
158
  --baseName is not an Airbase --> Airstart
153
159
  objCapWarZone.objDispatcher:SetSquadron(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.4.9",
3
+ "version": "3.4.11",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [