Avoid appending triggers without actions

Resolves #67

The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.
This commit is contained in:
Raffson
2023-01-05 18:41:22 +01:00
parent 782759bd48
commit 0a32d13201
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
# Retribution 1.0.1 (hotfix)
* **[Mission Generation]** Fix serialization issue when STRIKE flight has no escorts
# Retribution 1.0.0
## Features/Improvements