mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added optional customformats.txt file (to be put in the user preferences folder) to append formats to the regular list so that custom formats can be retained between upgrades
This commit is contained in:
@@ -280,6 +280,11 @@ public class GameFormat implements Comparable<GameFormat> {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void add(GameFormat item) {
|
||||
naturallyOrdered.add(item);
|
||||
}
|
||||
}
|
||||
|
||||
public final Predicate<CardEdition> editionLegalPredicate = new Predicate<CardEdition>() {
|
||||
|
||||
Reference in New Issue
Block a user