mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix so deck saved with quick gauntlet
This commit is contained in:
@@ -51,7 +51,6 @@ public final class GauntletData {
|
||||
this.completed = 0;
|
||||
this.stamp();
|
||||
this.eventRecords.clear();
|
||||
this.userDeck = null;
|
||||
|
||||
for (int i = 0; i < decks.size(); i++) {
|
||||
this.eventRecords.add("");
|
||||
|
||||
Reference in New Issue
Block a user