mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Avoid showing gauntlet progress dialog unless match is over
This commit is contained in:
@@ -49,7 +49,7 @@ public class GauntletWinLose extends ControlWinLose {
|
||||
super(view0, game0, matchUI);
|
||||
controller = new GauntletWinLoseController(view0, game0) {
|
||||
@Override
|
||||
protected void showOutcome(String message1, String message2, FSkinProp icon, List<String> lstEventNames, List<String> lstEventRecords, int len, int num) {
|
||||
protected void showOutcome(boolean isMatchOver, String message1, String message2, FSkinProp icon, List<String> lstEventNames, List<String> lstEventRecords, int len, int num) {
|
||||
final JLabel lblTitle = new FLabel.Builder().text("Gauntlet Progress")
|
||||
.fontAlign(SwingConstants.CENTER).fontSize(18).build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user