mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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":
|
||||
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);
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case "Brawl Two Player Duel":
|
||||
|
|
Loading…
Reference in a new issue