@jtff/miztemplate-lib 3.10.11 → 3.10.12

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.
@@ -127,18 +127,18 @@ function startRecoveryOnDemand(objAirboss, forced_eventcase)
127
127
  recoveryStart - (turnBeforeRecoveryDuration * 60),
128
128
  recoveryStop
129
129
  )
130
- if effectiveeventcase == 1 then
131
- objAirboss:MessageToMarshal('Good visibility : Case 1', objAirboss.customconfig.alias, "", 45, false, 0)
132
- objAirboss:SetMaxSectionSize(4)
133
- elseif effectiveeventcase == 2 then
134
- objAirboss:MessageToMarshal('Bad visibility in altitude : Case 2', objAirboss.customconfig.alias, "", 45, false, 0)
135
- objAirboss:SetMaxSectionSize(2)
136
- elseif effectiveeventcase == 3 then
137
- objAirboss:MessageToMarshal('Bad visibility : Case 3', objAirboss.customconfig.alias, "", 45, false, 0)
138
- objAirboss:SetMaxSectionSize(1)
139
- else
140
- objAirboss:SetMaxSectionSize(1)
141
- end
130
+ end
131
+ if effectiveeventcase == 1 then
132
+ objAirboss:MessageToMarshal('Good visibility : Case 1', objAirboss.customconfig.alias, "", 45, false, 0)
133
+ objAirboss:SetMaxSectionSize(4)
134
+ elseif effectiveeventcase == 2 then
135
+ objAirboss:MessageToMarshal('Bad visibility in altitude : Case 2', objAirboss.customconfig.alias, "", 45, false, 0)
136
+ objAirboss:SetMaxSectionSize(2)
137
+ elseif effectiveeventcase == 3 then
138
+ objAirboss:MessageToMarshal('Bad visibility : Case 3', objAirboss.customconfig.alias, "", 45, false, 0)
139
+ objAirboss:SetMaxSectionSize(1)
140
+ else
141
+ objAirboss:SetMaxSectionSize(1)
142
142
  end
143
143
  objAirboss:AddRecoveryWindow(
144
144
  UTILS.SecondsToClock(recoveryStart, false, false),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.10.11",
3
+ "version": "3.10.12",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [