Skip to content

Commit 0dad3e4

Browse files
committed
sync suits hotfix
1 parent 36d9550 commit 0dad3e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/java/mavonie/subterminal/Models/Synchronizable.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ public static void forceSyncAll() {
157157
gear.save();
158158
}
159159

160+
List<Suit> suits = new Suit().getItems(null);
161+
for (Suit suit : suits) {
162+
suit.save();
163+
}
164+
160165
List<Jump> jumps = new Jump().getItems(null);
161166
for (Jump jump : jumps) {
162167
jump.save();

0 commit comments

Comments
 (0)