mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
jsv's fix for problem "I have several gauntlets in progress. No matter which one I select, when I press "Start" it's always the first one in the list that gets loaded."
This commit is contained in:
@@ -96,7 +96,7 @@ public enum CSubmenuGauntletLoad implements ICDoc {
|
||||
|
||||
private void startGame() {
|
||||
FModel.SINGLETON_INSTANCE.setGauntletData(
|
||||
GauntletIO.loadGauntlet(VSubmenuGauntletQuick.SINGLETON_INSTANCE.getGauntletLister().getSelectedGauntletFile()));
|
||||
GauntletIO.loadGauntlet(view.getGauntletLister().getSelectedGauntletFile()));
|
||||
|
||||
// Start game
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user