mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Fixed a spelling error in commander format check.
This commit is contained in:
parent
b3033d4b8f
commit
148cc557f4
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class Commander extends DeckValidator {
|
|||
FilterMana color = getColorIdentity(commander);
|
||||
for(Card card : deck.getCards()){
|
||||
if(!cardHasValideColor(color, card)){
|
||||
invalid.put(card.getName(), "Invalide color");
|
||||
invalid.put(card.getName(), "Invalid color");
|
||||
valid = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue