mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Support creating gauntlets from contests
This commit is contained in:
@@ -63,7 +63,6 @@ public enum CSubmenuGauntletContests implements ICDoc {
|
||||
view.getGauntletLister().setSelectedIndex(0);
|
||||
}
|
||||
|
||||
|
||||
private void updateData() {
|
||||
final File[] files = GauntletIO.getGauntletFilesLocked();
|
||||
final List<GauntletData> data = new ArrayList<GauntletData>();
|
||||
@@ -108,7 +107,6 @@ public enum CSubmenuGauntletContests implements ICDoc {
|
||||
starter.add(new RegisteredPlayer(aiDeck).setPlayer(fc.createAiPlayer()));
|
||||
|
||||
fc.startMatch(GameType.Gauntlet, starter);
|
||||
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
||||
Reference in New Issue
Block a user