mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Minor formatting tweak.
This commit is contained in:
@@ -63,7 +63,8 @@ public enum DeckFormat {
|
|||||||
@Override
|
@Override
|
||||||
public boolean apply(CardRules rules) {
|
public boolean apply(CardRules rules) {
|
||||||
if (bannedCards.contains(rules.getName())) {
|
if (bannedCards.contains(rules.getName())) {
|
||||||
return false;}
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user