mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Quitting a gauntlet match should abandon it (when not
using the "quit and save" option after a win). With this change, you can now properly edit your deck between gauntlet tries and have the effect be reflected in the next gauntlet.
This commit is contained in:
@@ -114,4 +114,10 @@ public class GauntletWinLose extends ControlWinLose {
|
||||
super.actionOnContinue();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void actionOnQuit() {
|
||||
super.actionOnQuit();
|
||||
controller.actionOnQuit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user