mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Adding missing return
This commit is contained in:
parent
be62669e4b
commit
a05df82f75
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ public class NewTableDialog extends MageDialog {
|
||||||
case "Freeform Commander Free For All":
|
case "Freeform Commander Free For All":
|
||||||
if (!options.getDeckType().equals("Variant Magic - Freeform Commander")){
|
if (!options.getDeckType().equals("Variant Magic - Freeform Commander")){
|
||||||
JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Deck type Freeform Commander needs also a Freeform Commander game type", "Error", JOptionPane.ERROR_MESSAGE);
|
JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Deck type Freeform Commander needs also a Freeform Commander game type", "Error", JOptionPane.ERROR_MESSAGE);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "Brawl Two Player Duel":
|
case "Brawl Two Player Duel":
|
||||||
|
|
Loading…
Reference in a new issue