Enable PreDH format in the deck editor (#5282)

* - PreDH: Avoid warnings, exclude some sets that aren't yet in Forge

* - Enable PreDH format as always available to the player.
This commit is contained in:
Agetian
2024-05-23 08:00:57 +03:00
committed by GitHub
parent 599f11699a
commit 0824c7daff

View File

@@ -367,6 +367,7 @@ public class GameFormat implements Comparable<GameFormat> {
coreFormats.add("Oathbreaker.txt"); coreFormats.add("Oathbreaker.txt");
coreFormats.add("Premodern.txt"); coreFormats.add("Premodern.txt");
coreFormats.add("Pauper.txt"); coreFormats.add("Pauper.txt");
coreFormats.add("PreDH.txt");
} }
public Reader(File forgeFormats, File customFormats, boolean includeArchived) { public Reader(File forgeFormats, File customFormats, boolean includeArchived) {