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