Skip to content

Commit 98bad19

Browse files
committed
[#62] Fixed packing and unpacking ignoring CombatantGroups.
1 parent 8ee732b commit 98bad19

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
### Fixes
77
- (Jakob Törmä) Fixed launch command assuming electron directory structure.
8+
- Fixed packing and unpacking ignoring CombatantGroups.
89

910
## 1.0.4
1011

lib/package.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ const HIERARCHY = {
115115
cards: []
116116
},
117117
combats: {
118-
combatants: []
118+
combatants: [],
119+
groups: []
119120
},
120121
delta: {
121122
items: [],

0 commit comments

Comments
 (0)