fix foundations in presets
All checks were successful
/ example-docker-compose (push) Successful in 16m7s

This commit is contained in:
Failure 2025-02-17 22:23:47 -08:00
parent ee75192f0a
commit 54d8a43709

View file

@ -37,7 +37,8 @@ public final class Constants {
"Double Masters 2022",
"Rise of the Eldrazi",
"Modern Horizons 2",
"* Foundations Block",
"Foundations",
"Foundations Jumpstart",
"* Guilds of Ravnica Block",
"* Return to Ravnica Block",
}),
@ -59,12 +60,14 @@ public final class Constants {
"Modern Horizons 2"
}),
new Pair<String, String[]>("Set 1 - In Da Beegeening", new String[] {
"* Foundations Block",
"Foundations",
"Foundations Jumpstart",
"* Guilds of Ravnica Block",
"* Return to Ravnica Block",
}),
new Pair<String, String[]>("Set 0.5 - Foundationally Gaming", new String[] {
"* Foundations Block",
"Foundations",
"Foundations Jumpstart",
})
);