mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-09 14:12:09 +01:00
- Minor formatting tweak.
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35775 269b9781-a132-4a9b-9d4e-f004f1b56b58
This commit is contained in:
parent
0b0464b74a
commit
31f4cd1790
@ -63,7 +63,8 @@ public enum DeckFormat {
|
||||
@Override
|
||||
public boolean apply(CardRules rules) {
|
||||
if (bannedCards.contains(rules.getName())) {
|
||||
return false;}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user