@jtff/miztemplate-lib 3.4.14 → 3.4.15

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.
@@ -1181,7 +1181,11 @@ for index, airbossconfig in ipairs(AirBossConfig) do
1181
1181
  objAirboss:SetCarrierControlledArea(airbossconfig.controlarea)
1182
1182
  objAirboss:SetStaticWeather(true)
1183
1183
  objAirboss:SetRespawnAI(false)
1184
- objAirboss:SetRecoveryCase(getCaseTypeFromWeather(nil, nil, nil))
1184
+ objAirboss:SetRecoveryCase(getCaseTypeFromWeather(
1185
+ objAirboss:GetCoordinate(),
1186
+ timer.getAbsTime(),
1187
+ timer.getAbsTime() + 60
1188
+ ))
1185
1189
  objAirboss:SetEmergencyLandings(true)
1186
1190
  objAirboss:SetMaxLandingPattern(airbossconfig.maxpatterns)
1187
1191
  objAirboss:SetMaxSectionSize(4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.4.14",
3
+ "version": "3.4.15",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [